Files
kea/compiler-checks/environ-in-shlib.cc
2025-02-13 10:05:19 +02:00

6 lines
60 B
C++

extern char **environ;
char** fn() {
return environ;
}