7 lines
73 B
C
7 lines
73 B
C
#ifndef TEST_SERVER_H
|
|
#define TEST_SERVER_H
|
|
|
|
void test_server();
|
|
|
|
#endif
|