mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
4 lines
73 B
C++
4 lines
73 B
C++
#include <stdlib.h>
|
|
|
|
char * getenv(const char *name) { return nullptr; }
|