msg_udp_ctrl/inc/udp_ctrl.h

7 lines
97 B
C
Raw Normal View History

2025-05-29 23:08:59 +08:00
#ifndef UDP_CTRL_H
#define UDP_CTRL_H
2025-05-30 16:41:12 +08:00
void msg_print(const char *message);
2025-05-29 23:08:59 +08:00
#endif //UDP_CTRL_H