#ifndef _LIBC_SYS_ENVIRON_H #define _LIBC_SYS_ENVIRON_H #include __BEGIN_DECLS extern char** environ; __END_DECLS #endif // _LIBC_SYS_ENVIRON_H