Blame gnulib-local/modules/hash

Packit Bot 06c835
Description:
Packit Bot 06c835
Simple hash table with string based keys.
Packit Bot 06c835
Packit Bot 06c835
Files:
Packit Bot 06c835
lib/hash.h
Packit Bot 06c835
lib/hash.c
Packit Bot 06c835
Packit Bot 06c835
Depends-on:
Packit Bot 06c835
obstack
Packit Bot 06c835
xalloc
Packit Bot 06c835
Packit Bot 06c835
configure.ac:
Packit Bot 06c835
Packit Bot 06c835
Makefile.am:
Packit Bot 06c835
lib_SOURCES += hash.h hash.c
Packit Bot 06c835
Packit Bot 06c835
Include:
Packit Bot 06c835
"hash.h"
Packit Bot 06c835
Packit Bot 06c835
License:
Packit Bot 06c835
GPL
Packit Bot 06c835
Packit Bot 06c835
Maintainer:
Packit Bot 06c835
Bruno Haible
Packit Bot 06c835