2016-09-22 11:42:25 +10:00

7 lines
119 B
C

#ifndef _SDK_OVERRIDES_STDLIB_H_
#define _SDK_OVERRIDES_STDLIB_H_
extern const char *c_getenv (const char *);
#endif