index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
userland
/
libc
/
stdlib
/
getenv.c
blob: 9a6a4e5197d50a72991adfac777a31f251758056 (
plain
)
1
2
3
4
5
6
#include <stdlib.h> char *getenv(const char *name) { // FIXME return NULL; }