1
0
mirror of https://github.com/lwip-tcpip/lwip.git synced 2025-03-24 13:43:40 +00:00
2009-11-27 08:03:53 +00:00

9 lines
107 B
C

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