Use "exit.h" rather than rolling EXIT_FAILURE ourselves in each module.
[gnulib.git] / modules / obstack
1 Description:
2 Memory allocation, optimized for stack-like allocation patterns.
3
4 Files:
5 lib/obstack.h
6 lib/obstack.c
7 m4/obstack.m4
8
9 Depends-on:
10 exit
11 gettext
12
13 configure.ac:
14 gl_OBSTACK
15
16 Makefile.am:
17
18 Include:
19 "obstack.h"
20
21 Maintainer:
22 all, glibc
23