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

Function open_error

extern/btyacc/error.c:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40void open_error(char *filename)
41{
42 fprintf(stderr, "fatal - cannot open \"%s\"\n", filename);
43 done(2);
44}
45
46
47void unexpected_EOF()

Callers 5

read_skelFunction · 0.85
open_filesFunction · 0.85
output_definesFunction · 0.85
output_stored_textFunction · 0.85
output_semantic_actionsFunction · 0.85

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected