mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
7 lines
119 B
C
7 lines
119 B
C
#ifndef _SDK_OVERRIDES_STDLIB_H_
|
|
#define _SDK_OVERRIDES_STDLIB_H_
|
|
|
|
extern const char *c_getenv (const char *);
|
|
|
|
#endif
|