Files
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