Ruby 3.5.0dev (2025-08-30 revision 3f3a54efff040e1f5dbbd296abe9ab0cb9304e4e)
crt_externs.h
1#ifndef MISSING_CRT_EXTERNS_H
2#define MISSING_CRT_EXTERNS_H
3
4char ***_NSGetEnviron();
5#undef environ
6#define environ (*_NSGetEnviron())
7
8#endif