Exploit the __builtin_signbit GCC built-in.
[gnulib.git] / modules / setenv
1 Description:
2 setenv() function: set an environment variable.
3
4 Files:
5 lib/setenv.c
6 m4/setenv.m4
7
8 Depends-on:
9 stdlib
10 malloca
11 alloca-opt
12 unistd
13
14 configure.ac:
15 gl_FUNC_SETENV
16 gl_STDLIB_MODULE_INDICATOR([setenv])
17
18 Makefile.am:
19
20 Include:
21 <stdlib.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28