Ruby  2.4.2p198(2017-09-14revision59899)
crt_externs.h
Go to the documentation of this file.
1 #ifndef MISSING_CRT_EXTERNS_H
2 #define MISSING_CRT_EXTERNS_H
3 
4 char ***_NSGetEnviron();
5 #undef environ
6 #define environ (*_NSGetEnviron())
7 
8 #endif
char *** _NSGetEnviron()