LT_Schmiddy-Zelda64Recomp_Libc icon

Zelda64Recomp Libc

A collection of LibC functions and headers for modders to use.

Last updated 3 weeks ago
Total downloads 18
Total rating 1 
Categories Libraries
Dependency string LT_Schmiddy-Zelda64Recomp_Libc-1.0.0
Dependants 0 other packages depend on this package

README

Zelda64Recomp LibC

A collection of LibC functions headers for use in modding Zelda64Recomp. Useful for porting other code.

This package contains the LibC modfile itself, as well as the headers needed to use it. See the headers for documentation.

https://github.com/embeddedartistry/libc For most of the libc implementation. https://github.com/mpaland/printf for their printf implementation. https://github.com/GaloisInc/minlibc for a few additional functions. https://github.com/Decompollaborate/libgcc_vr4300 for linking against to provide additional math operations.