view modules/setenv @ 4816:07ab22e0779a

(alloca): xmalloc cannot return NULL, so don't test for that.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 27 Oct 2003 07:12:11 +0000
parents 3ccc6d0d52bb
children 4192ff0fff14
line wrap: on
line source

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:
alloca

configure.ac:
gt_FUNC_SETENV

Makefile.am:
lib_SOURCES += setenv.h

Include:
"setenv.h"

Maintainer:
Bruno Haible