MCPcopy 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
152static void
153usage(void)
154{
155 fprintf(stderr,
156 _("date: usage: date [-u] [-c] [-r seconds]"
157 " [+format]\n"));
158 errensure();
159 exit(retval);
160}
161
162static void
163display(char const *format, time_t now)

Callers 1

mainFunction · 0.70

Calls 1

errensureFunction · 0.85

Tested by

no test coverage detected