mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
6 lines
60 B
C++
6 lines
60 B
C++
|
extern char **environ;
|
||
|
|
||
|
char** fn() {
|
||
|
return environ;
|
||
|
}
|