7 lines
85 B
C
7 lines
85 B
C
#ifndef TEST_CLIENT_CLI_H
|
|
#define TEST_CLIENT_CLI_H
|
|
|
|
void test_client_cli();
|
|
|
|
#endif
|