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

Class lookup

zic.c:450–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448static ptrdiff_t nlinks;
449static ptrdiff_t nlinks_alloc;
450
451struct lookup {
452 const char * l_word;
453 const int l_value;
454};
455
456static struct lookup const * byword(const char * string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected