view modules/xalloc @ 5033:7ada1cee8b2f

Change UTILS_ macro name prefix to gl_.
author Jim Meyering <jim@meyering.net>
date Tue, 20 Apr 2004 08:51:39 +0000
parents c85a6408509c
children 5f558ceff8fb
line wrap: on
line source

Description:
Memory allocation with out-of-memory checking.

Files:
lib/xalloc.h
lib/xmalloc.c
lib/xstrdup.c
m4/xalloc.m4

Depends-on:
malloc
realloc
error
gettext
exitfail

configure.ac:
gl_XALLOC

Makefile.am:
lib_SOURCES += xalloc.h xmalloc.c xstrdup.c

Include:
"xalloc.h"

Maintainer:
all