]> git.seodisparate.com - SimpleArchiver/commit
Add helpers for conversion to/from big-endian
authorStephen Seo <seo.disparate@gmail.com>
Tue, 2 Jul 2024 05:25:01 +0000 (14:25 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 2 Jul 2024 05:25:01 +0000 (14:25 +0900)
commit69051a6c24654ef43fa2726b23cef198d8ea2e4b
tree06e10dbf79bef4e2be973b69f8e289883148a131
parenteb1f09b55196ca06576b1f28106c89b91bd6cad6
Add helpers for conversion to/from big-endian

Also added tests for big-endian-conversion functions.
CMakeLists.txt
cosmopolitan/Makefile
src/helpers.c [new file with mode: 0644]
src/helpers.h [new file with mode: 0644]
src/test.c