1
0
mirror of https://github.com/lwip-tcpip/lwip.git synced 2025-01-26 18:35:28 +00:00

9 lines
121 B
C

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