mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
20 lines
268 B
C
20 lines
268 B
C
#ifndef __c_errno_h
|
|
#define __c_errno_h
|
|
|
|
#include <errno.h>
|
|
// #ifndef errno
|
|
// extern int errno;
|
|
// #endif
|
|
|
|
// #define EDOM 1
|
|
// #define ERANGE 2
|
|
// #define EILSEQ 4
|
|
// #define ESIGNUM 3
|
|
// #define EINVAL 5
|
|
// #define ENOMEM 6
|
|
|
|
#endif
|
|
|
|
/* end of c_errno.h */
|
|
|