Ruby
4.0.0dev (2025-12-14 revision ab95abd44100a8dc07e270a0783f5c6b7ce584a7)
missing
crt_externs.h
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
Generated by
1.9.8