msg_udp_ctrl/inc/udp_ctrl.h
2025-05-30 16:41:12 +08:00

7 lines
97 B
C

#ifndef UDP_CTRL_H
#define UDP_CTRL_H
void msg_print(const char *message);
#endif //UDP_CTRL_H