Files
plant_car/middleware/lwip/contrib/ports/win32/check/unistd.h
2025-11-08 13:26:19 +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