Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
bb5a5a809ec21879e4eefc197c134b11cd3ac80e
/
.
/
ODIN_II
/
SRC
/
errors.h
blob: 6d4280445552826a958cc00237ca6ec54d0e2bb0 [
file
] [
log
] [
blame
]
void
error_message
(
short
error_type
,
int
line_number
,
int
file
,
char
*
message
,
...);
void
warning_message
(
short
error_type
,
int
line_number
,
int
file
,
char
*
message
,
...);