1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/stack
T
Marc Nieper-Wißkirchen 817923de79 stack: New module.
* 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.
2020-10-10 22:22:00 +02:00

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