MCPcopy Create free account
hub / github.com/boostorg/build / print_usage

Function print_usage

v2/engine/yyacc.c:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 0 };
202
203void print_usage()
204{
205 char ** u;
206 for (u = usage; *u != 0; ++u)
207 {
208 fputs(*u,stderr); putc('\n',stderr);
209 }
210}
211
212char * copy_string(char * s, int l)
213{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected