1
0
mirror of https://github.com/lwip-tcpip/lwip.git synced 2025-02-13 12:40:12 +00:00

9 lines
117 B
C

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