]> begriffs open source - libderp/commit
Namespace header filenames
authorJoe Nelson <joe@begriffs.com>
Sun, 30 May 2021 02:16:18 +0000 (21:16 -0500)
committerJoe Nelson <joe@begriffs.com>
Sun, 30 May 2021 02:16:18 +0000 (21:16 -0500)
commit4d867b1a296d6e219c041438ef8e974fe76aa574
tree83f5f98dd806f88bd3b9bfbdf890936c57deebb6
parentd61a8e9ac2b07bc7bdcd85bea9d69c307a50e150
Namespace header filenames
14 files changed:
Makefile
include/derp/common.h [moved from include/common.h with 100% similarity]
include/derp/hashmap.h [moved from include/hashmap.h with 93% similarity]
include/derp/list.h [moved from include/list.h with 97% similarity]
include/derp/treemap.h [moved from include/treemap.h with 96% similarity]
include/derp/vector.h [moved from include/vector.h with 97% similarity]
src/hashmap.c
src/list.c
src/treemap.c
src/vector.c
test/t_hashmap.c
test/t_list.c
test/t_treemap.c
test/t_vector.c