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

Function duplicate_options

zic.c:848–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846ATTRIBUTE_NORETURN static void
847duplicate_options(char const *opt)
848{
849 fprintf(stderr, _("%s: More than one %s option specified\n"), progname, opt);
850 exit(EXIT_FAILURE);
851}
852
853ATTRIBUTE_NORETURN static void
854usage(FILE *stream, int status)
855{
856 fprintf(stream,

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected