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

Function fatal

extern/btyacc/error.c:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void fatal(char *msg)
27{
28 fprintf(stderr, "fatal - %s\n", msg);
29 done(2);
30}
31
32
33void no_space()

Callers 3

new_stateFunction · 0.85
set_goto_mapFunction · 0.85
pack_vectorFunction · 0.85

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected