Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
f265da929a5722603ec693bf6bc05b2d39fa3cc3
/
.
/
libs
/
EXTERNAL
/
libtatum
/
libtatumparse
/
tatumparse
/
tatumparse_error.hpp
blob: 34bca6fd5e578f41d08032d363c342d41428054c [
file
] [
log
] [
blame
]
#ifndef
TATUM_ERROR_H
#define
TATUM_ERROR_H
#include
<functional>
#include
"tatumparse.hpp"
namespace
tatumparse
{
void
tatum_error_wrap
(
Callback
&
callback
,
const
int
line_no
,
const
std
::
string
&
near_text
,
const
char
*
fmt
,
...);
}
#endif