mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 14:29:37 +08:00
19 lines
196 B
C
19 lines
196 B
C
|
/*
|
||
|
* classic.h
|
||
|
*
|
||
|
* Created on: Sep 15, 2017
|
||
|
* Author: root
|
||
|
*/
|
||
|
|
||
|
#ifndef CLASSIC_H_
|
||
|
#define CLASSIC_H_
|
||
|
|
||
|
|
||
|
namespace classic
|
||
|
{
|
||
|
int main(int argc, char *argv[]);
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif /* CLASSIC_H_ */
|