tcp_client.h 328 B

12345678910111213141516171819
  1. /*!
  2. \file tcp_client.h
  3. \brief the header file of tcp_client
  4. */
  5. /*
  6. Copyright (C) 2017 GigaDevice
  7. 2017-07-28, V1.0.0, demo for GD32F30x
  8. */
  9. #ifndef TCP_CLIENT_H
  10. #define TCP_CLIENT_H
  11. /* function declarations */
  12. /* initialize the tcp_client application */
  13. void tcp_client_init(void);
  14. #endif /* TCP_CLIENT_H */