tinycbor
Concise Binary Object Representation (CBOR) Library
C★ 626⑂ 224 forksMITupdated 1 month ago
git clone https://github.com/intel/tinycbor.gitintel/tinycborREADME.mdfork it — it’s yours
Concise Binary Object Representation (CBOR) Library --------------------------------------------------- To build TinyCBOR: make If you want to change the compiler or pass extra compiler flags: make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32" Documentation: https://intel.github.io/tinycbor/current/
more like this
smb-vanilla-port
A C and C++ decompilation of the NES games "Super Mario Bros" and "Super Mario Bros: The Lost Levels"
C★ 51