Files
stm32f407ve_black/ThirdParty/lwip-2.2.1/contrib/ports/win32/check/unistd.h
2026-01-29 17:26:04 +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