mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
30 lines
322 B
Plaintext
30 lines
322 B
Plaintext
Description:
|
|
setenv() function: set an environment variable.
|
|
unsetenv() function: remove an environment variable.
|
|
|
|
Files:
|
|
lib/setenv.h
|
|
lib/setenv.c
|
|
lib/unsetenv.c
|
|
m4/setenv.m4
|
|
|
|
Depends-on:
|
|
allocsa
|
|
alloca-opt
|
|
unistd
|
|
|
|
configure.ac:
|
|
gt_FUNC_SETENV
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"setenv.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|