Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git] / modules / scratch_buffer
blob4f9a72581f1aa61b9d4b71487018d1e343f86aa5
1 Description:
2 Variable-sized buffer with on-stack default allocation.
4 Files:
5 lib/scratch_buffer.h
6 lib/malloc/scratch_buffer.h
7 lib/malloc/scratch_buffer_grow.c
8 lib/malloc/scratch_buffer_grow_preserve.c
9 lib/malloc/scratch_buffer_set_array_size.c
11 Depends-on:
12 c99
13 libc-config
14 stdbool
15 stddef
17 configure.ac:
19 Makefile.am:
20 lib_SOURCES += malloc/scratch_buffer_grow.c \
21                malloc/scratch_buffer_grow_preserve.c \
22                malloc/scratch_buffer_set_array_size.c
24 Include:
25 <scratch_buffer.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all, glibc