Ruby
3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
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.13.2