1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Collin Funk a3e2064472 xsetenv: Revert the previous change.
* modules/xsetenv (Description): Restore the description of unsetenv.
2025-09-28 13:30:15 -07:00

33 lines
431 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
gettext-h
gnulib-i18n
stdlib-h
configure.ac:
Makefile.am:
lib_SOURCES += xsetenv.h xsetenv.c
Include:
"xsetenv.h"
Link:
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
License:
GPL
Maintainer:
all