MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / usage

Function usage

extern/btyacc/main.c:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126void usage()
127{
128 fprintf(stderr, "usage: %s [-dlrtv] [-b file_prefix] [-S skeleton file] "
129 "filename\n", myname);
130 exit(1);
131}
132
133
134void no_more_options(int i, int argc, char* argv[])

Callers 4

no_more_optionsFunction · 0.70
getargsFunction · 0.70
helpMethod · 0.50
helpMethod · 0.50

Calls

no outgoing calls

Tested by 2

helpMethod · 0.40
helpMethod · 0.40