Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
8d73e272f53eecfcbc9525001dddd622c86aee97
/
.
/
libs
/
EXTERNAL
/
libblifparse
/
src
/
blif_error.hpp
blob: 5ff4cb751ba1c7ee8f97de4717b7becc9eb4c8c6 [
file
] [
log
] [
blame
]
#ifndef
BLIF_ERROR_H
#define
BLIF_ERROR_H
#include
<functional>
#include
"blifparse.hpp"
namespace
blifparse
{
void
blif_error_wrap
(
Callback
&
callback
,
const
int
line_no
,
const
std
::
string
&
near_text
,
const
char
*
fmt
,
...);
}
#endif