Next: putmsg
, Previous: putchar_unlocked
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
putenv
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/putenv.html,
amended through https://www.austingroupbugs.net/view.php?id=1598.
Documentation:
https://www.gnu.org/software/libc/manual/html_node/Environment-Access.html.
Note: POSIX putenv
supports
adding or changing the value of an environment variable,
while glibc also supports removing an environment variable
(as if by unsetenv
).
Gnulib module: putenv-gnu
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib: