Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
437
static ptrdiff_t nzones; /* number of zones */
438
static ptrdiff_t nzones_alloc;
439
440
struct link {
441
int l_filenum;
442
lineno l_linenum;
443
const char * l_target;
444
const char * l_linkname;
445
};
446
447
static struct link * links;
Callers
1
dolink
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected