mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
9 lines
117 B
C
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
|