Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
bb5a5a809ec21879e4eefc197c134b11cd3ac80e
/
.
/
libvpr
/
include
/
ReadLine.h
blob: 106ede7b6a000993f2ca55db6318cee323381237 [
file
] [
log
] [
blame
]
#ifndef
READLINE_H
#define
READLINE_H
extern
char
**
ReadLineTokens
(
INOUTP FILE
*
InFile
,
INOUTP
int
*
LineNum
);
extern
int
CountTokens
(
INP
char
**
Tokens
);
extern
void
FreeTokens
(
INOUTP
char
***
TokensPtr
);
#endif