mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
144 B
C
9 lines
144 B
C
|
#ifndef MISSING_CRT_EXTERNS_H
|
||
|
#define MISSING_CRT_EXTERNS_H
|
||
|
|
||
|
char ***_NSGetEnviron();
|
||
|
#undef environ
|
||
|
#define environ (*_NSGetEnviron())
|
||
|
|
||
|
#endif
|