verify: new macro 'assume'
[gnulib.git] / modules / xsetenv
1 Description:
2 xsetenv() function: set an environment variable, with out-of-memory checking.
3 unsetenv() function: remove an environment variable.
4
5 Files:
6 lib/xsetenv.h
7 lib/xsetenv.c
8
9 Depends-on:
10 setenv
11 unsetenv
12 error
13 gettext-h
14 stdlib
15
16 configure.ac:
17
18 Makefile.am:
19 lib_SOURCES += xsetenv.h xsetenv.c
20
21 Include:
22 "xsetenv.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible