Ruby  2.0.0p247(2013-06-27revision41674)
missing/crt_externs.h
Go to the documentation of this file.
00001 #ifndef MISSING_CRT_EXTERNS_H
00002 #define MISSING_CRT_EXTERNS_H
00003 
00004 char ***_NSGetEnviron();
00005 #undef environ
00006 #define environ (*_NSGetEnviron())
00007 
00008 #endif
00009