mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
817923de79
* MODULES.html.sh: Add entry for the stack module. * modules/stack: New file. * modules/stack-tests: New file. * lib/stack.h: New file. * tests/test-stack.c: New file.
26 lines
225 B
Plaintext
26 lines
225 B
Plaintext
Description:
|
|
Type-safe stack data type.
|
|
|
|
Files:
|
|
lib/stack.h
|
|
|
|
Depends-on:
|
|
assure
|
|
stdbool
|
|
stdlib
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += stack.h
|
|
|
|
Include:
|
|
"stack.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Marc Nieper-Wißkirchen
|