nodemcu-firmware/app/libc/c_fcntl.h

10 lines
93 B
C

#ifndef __c_fcntl_h
#define __c_fcntl_h
#include <fcntl.h>
#endif
/* end of c_fcntl.h */