mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
29 lines
356 B
Plaintext
29 lines
356 B
Plaintext
Description:
|
|
xsetenv() function: set an environment variable, with out-of-memory checking.
|
|
unsetenv() function: remove an environment variable.
|
|
|
|
Files:
|
|
lib/xsetenv.h
|
|
lib/xsetenv.c
|
|
|
|
Depends-on:
|
|
setenv
|
|
unsetenv
|
|
error
|
|
exit
|
|
gettext-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xsetenv.h xsetenv.c
|
|
|
|
Include:
|
|
"xsetenv.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|