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

Class link

zic.c:439–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437static ptrdiff_t nzones; /* number of zones */
438static ptrdiff_t nzones_alloc;
439
440struct link {
441 int l_filenum;
442 lineno l_linenum;
443 const char * l_target;
444 const char * l_linkname;
445};
446
447static struct link * links;

Callers 1

dolinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected