Remove "fatal" module.
[gnulib.git] / modules / xallocsa
1 Description:
2 Safe automatic memory allocation with out of memory checking.
3
4 Files:
5 lib/xallocsa.h
6 lib/xallocsa.c
7
8 Depends-on:
9 allocsa
10 xalloc
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += xallocsa.h xallocsa.c
16
17 Include:
18 #include "xallocsa.h"
19
20 Maintainer:
21 Bruno Haible