Files
test/middleware/lwip/contrib/ports/win32/check/unistd.h
2025-11-07 20:19:23 +08:00

8 lines
111 B
C

#ifndef LWIP_UNISTD_H
#define LWIP_UNISTD_H
/* include io.h for read() and write() */
#include <io.h>
#endif