MCPcopy Create free account
hub / github.com/4ch12dy/il2cpp / makefixed

Function makefixed

unity_2018_x/libil2cpp/external/zlib/inflate.c:342–379  ·  view source on GitHub ↗

Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also defines BUILDFIXED, so the tables are built on the fly. makefixed() writes those tables to stdout, which would be piped to inffixed.h. A small program can simply call makefixed to do this: void makefixed(void); int main(void) { makefixed(); return 0; } Then that can be linke

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

fixedtablesFunction · 0.70

Tested by

no test coverage detected