index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
putenv.c
blob: 471712e71ed15978600c9847cd6aeca803a7e36e (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h> int putenv(char * string) { return 0; } /* XOPEN(4) */