summaryrefslogtreecommitdiff
path: root/gnulib-local/modules/xalloc
blob: dd8151511fd4f1cac47b2443563d4db9494b239b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
Memory allocation with out-of-memory checking.

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

Depends-on:
error
gettext-h
stdlib
xalloc-oversized

configure.ac:
AC_REQUIRE([AC_C_INLINE])

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

Include:
"xalloc.h"

License:
GPL

Maintainer:
all