mirror of
https://github.com/oopuuu/zTC1.git
synced 2026-04-03 01:55:06 +08:00
6 lines
86 B
C
6 lines
86 B
C
#ifndef UDP_SERVER_H
|
|
#define UDP_SERVER_H
|
|
|
|
extern void udp_server_start(void);
|
|
|
|
#endif |