Ruby
3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
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.1