]> git.seodisparate.com - SimpleArchiver/commit
Use stdint.h types instead of "int", "long", etc.
authorStephen Seo <seo.disparate@gmail.com>
Fri, 20 Sep 2024 12:40:35 +0000 (21:40 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 20 Sep 2024 12:40:35 +0000 (21:40 +0900)
commitbb574d2a2c8732769329d4e760a28ead0728458f
tree2414ce487f765d38353dc034cf57f030e06838ba
parented85ded96772c45280d9d8f713894b33b52d92a4
Use stdint.h types instead of "int", "long", etc.
13 files changed:
src/archiver.c
src/archiver.h
src/data_structures/hash_map.c
src/data_structures/hash_map.h
src/data_structures/linked_list.c
src/data_structures/priority_heap.c
src/data_structures/priority_heap.h
src/data_structures/test.c
src/helpers.c
src/helpers.h
src/parser.c
src/parser.h
src/test.c