Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eggert/tz
/ usage
Function
usage
date.c:152–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
static void
153
usage(void)
154
{
155
fprintf(stderr,
156
_(
"date: usage: date [-u] [-c] [-r seconds]"
157
" [+format]\n"
));
158
errensure();
159
exit(retval);
160
}
161
162
static void
163
display(char const *format, time_t now)
Callers
1
main
Function · 0.70
Calls
1
errensure
Function · 0.85
Tested by
no test coverage detected