Ressurect the ez-elf code.
authorNot Zed <notzed@gmail.com>
Fri, 4 Dec 2020 04:35:02 +0000 (15:05 +1030)
committerNot Zed <notzed@gmail.com>
Fri, 4 Dec 2020 04:35:02 +0000 (15:05 +1030)
commit055994bb898ed989a53e6686a9329552e95c2709
tree078ee4f3160c5b90da733ee32961364143514a16
parent4a079556fda3d05d8f7b0f1978b60e3c2982ba4c
Ressurect the ez-elf code.
Add a 'basic' blob serialisation which matches the original libeze.
Add a blob serialisation compiler for generating marshalling stubs.
14 files changed:
Makefile
ez-bitset.c
ez-blob-basic.c [new file with mode: 0644]
ez-blob-basic.h [new file with mode: 0644]
ez-blob-compiler.c [new file with mode: 0644]
ez-blob-io.c
ez-blob-io.h
ez-blob-tagz.c
ez-blob-xdrn.c
ez-blob-xdrn.h
ez-blob.h
ez-elf.c [new file with mode: 0644]
ez-elf.h [new file with mode: 0644]
test-blob.c