Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void open_error(char *filename)
41
{
42
fprintf(stderr,
"fatal - cannot open \"
%s\
"\n"
, filename);
43
done(2);
44
}
45
46
47
void unexpected_EOF()
Callers
5
read_skel
Function · 0.85
open_files
Function · 0.85
output_defines
Function · 0.85
output_stored_text
Function · 0.85
output_semantic_actions
Function · 0.85
Calls
1
done
Function · 0.70
Tested by
no test coverage detected