]> git.seodisparate.com - SimpleArchiver/commit
big-endian convert: Use stdint.h
authorStephen Seo <seo.disparate@gmail.com>
Mon, 15 Jul 2024 07:59:15 +0000 (16:59 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 15 Jul 2024 08:00:49 +0000 (17:00 +0900)
commit4670f0f3c1e8b017179761696065f48bc510a07a
tree47d2d5d811843a8033863fea0f33f8200e092fbb
parentcb79e4e45cd4e396a7295b7f036ee662db0b71c7
big-endian convert: Use stdint.h

Replace "unsigned short" with uint16_t, "unsigned int" with uint32_t,
and "unsigned long long" with uint64_t.
src/helpers.c
src/helpers.h
src/test.c