unistr/u*-strchr: add tests
[gnulib.git] / modules / putenv
1 Description:
2 putenv() function: change or add an environment variable.
3
4 Files:
5 lib/putenv.c
6 m4/putenv.m4
7
8 Depends-on:
9 stdlib
10 malloc-posix
11
12 configure.ac:
13 gl_FUNC_PUTENV
14 gl_STDLIB_MODULE_INDICATOR([putenv])
15
16 Makefile.am:
17
18 Include:
19 <stdlib.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Jim Meyering, glibc
26