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
|