Files
luban-lite-t3e-pro/packages/third-party/lwip/contrib/ports/win32/check/unistd.h

8 lines
111 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
#ifndef LWIP_UNISTD_H
#define LWIP_UNISTD_H
/* include io.h for read() and write() */
#include <io.h>
#endif