4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 03:43:30 +08:00

9 lines
107 B
C
Raw Normal View History

#ifndef __TEST_TCP_H__
#define __TEST_TCP_H__
#include "../lwip_check.h"
Suite *tcp_suite(void);
#endif