mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
9 lines
129 B
C
9 lines
129 B
C
#ifndef LWIP_HDR_TEST_SOCKETS_H
|
|
#define LWIP_HDR_TEST_SOCKETS_H
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite *sockets_suite(void);
|
|
|
|
#endif
|