MCPcopy Create free account
hub / github.com/eggert/tz / tzhead

Class tzhead

localtime.c:863–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861 /* The first part of the buffer, interpreted as a header. */
862 struct tzhead tzhead;
863
864 /* The entire buffer. Ideally this would have no size limits;
865 the following should suffice for practical use. */
866 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected