mirror of
https://github.com/seahu/rflink.git
synced 2025-12-10 16:07:23 +01:00
8 lines
90 B
C
8 lines
90 B
C
#ifndef _server_h
|
|
#define _server_h
|
|
|
|
// start TCP server
|
|
int TCPserver(int port);
|
|
|
|
#endif
|