udp_send.h 197 B

1234567891011
  1. #ifndef __UDP__H
  2. #define __UDP__H
  3. /* function declarations */
  4. /* initialize the tcp_client application */
  5. int udp_log_start(void);
  6. void udp_log_close(void);
  7. int udp_send_printf(char *p);
  8. #endif