MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / initheader

Function initheader

lib/lua/src/lstrlib.c:1478–1482  ·  view source on GitHub ↗

** Initialize Header */

Source from the content-addressed store, hash-verified

1476** Initialize Header
1477*/
1478static void initheader (lua_State *L, Header *h) {
1479 h->L = L;
1480 h->islittle = nativeendian.little;
1481 h->maxalign = 1;
1482}
1483
1484
1485/*

Callers 3

str_packFunction · 0.85
str_packsizeFunction · 0.85
str_unpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected