MCPcopy Create free account
hub / github.com/Singular/Singular / mainUsage

Function mainUsage

Singular/emacs.cc:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void mainUsage()
95{
96 error( "Use `%s --help' for a complete list of options\n", feArgv0);
97}
98
99extern char* feResourceDefault(const char id);
100extern char* feResourceDefault(const char* key);

Callers 1

emacs.ccFile · 0.85

Calls 1

errorFunction · 0.85

Tested by

no test coverage detected