meta: move photon/libc to root
This commit is contained in:
6
libc/stdlib/getenv.c
Normal file
6
libc/stdlib/getenv.c
Normal file
@@ -0,0 +1,6 @@
|
||||
extern char *__crt_sys_getenv(const char *name);
|
||||
|
||||
char *getenv(const char *name)
|
||||
{
|
||||
return __crt_sys_getenv(name);
|
||||
}
|
||||
Reference in New Issue
Block a user