Ruby
3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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.12.0