MCPcopy Create free account
hub / github.com/DFHack/dfhack / initheader

Function initheader

depends/lua/src/lstrlib.c:1211–1215  ·  view source on GitHub ↗

** Initialize Header */

Source from the content-addressed store, hash-verified

1209** Initialize Header
1210*/
1211static void initheader (lua_State *L, Header *h) {
1212 h->L = L;
1213 h->islittle = nativeendian.little;
1214 h->maxalign = 1;
1215}
1216
1217
1218/*

Callers 3

str_packFunction · 0.85
str_packsizeFunction · 0.85
str_unpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected