10 lines
109 B
C
10 lines
109 B
C
#ifndef _TCPTEST_H_
|
|
#define _TCPTEST_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
void tcpTestInit();
|
|
|
|
|
|
#endif /* _TCPTEST_H_ */
|