MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / initheader

Function initheader

extlibs/lua/src/lstrlib.c:1433–1437  ·  view source on GitHub ↗

** Initialize Header */

Source from the content-addressed store, hash-verified

1431** Initialize Header
1432*/
1433static void initheader (lua_State *L, Header *h) {
1434 h->L = L;
1435 h->islittle = nativeendian.little;
1436 h->maxalign = 1;
1437}
1438
1439
1440/*

Callers 3

str_packFunction · 0.85
str_packsizeFunction · 0.85
str_unpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected