7 lines
97 B
C
7 lines
97 B
C
#ifndef UDP_CTRL_H
|
|
#define UDP_CTRL_H
|
|
|
|
void msg_print(const char *message);
|
|
|
|
#endif //UDP_CTRL_H
|