8 lines
102 B
C
8 lines
102 B
C
#ifndef __REMOTE_CONTROL_H
|
|
#define __REMOTE_CONTROL_H
|
|
|
|
|
|
void remote_control_Server(int port);
|
|
|
|
#endif
|