1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/modules/obstack
Paul Eggert 9a6b2eec09 obstack: do not assume system-supplied obstack is size_t safe
* m4/obstack.m4: New file.
* modules/obstack (Files): Add it.
2014-11-04 00:33:35 -08:00

30 lines
358 B
Plaintext

Description:
Memory allocation, optimized for stack-like allocation patterns.
Files:
lib/obstack.h
lib/obstack.c
m4/obstack.m4
Depends-on:
alignof
gettext-h
exitfail
stdint
stdlib
configure.ac:
AC_FUNC_OBSTACK
dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
Makefile.am:
Include:
"obstack.h"
License:
LGPL
Maintainer:
all, glibc