Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
8e92bf54e7ae55497a1b193b875d07e10e52d0e1
/
.
/
Parser
/
tokenizer
/
reader.h
blob: c27bc2aa3fb8197b4c381be1d4edc3d6a8f402e2 [
file
]
#ifndef
Py_TOKENIZER_READER_H
#define
Py_TOKENIZER_READER_H
struct
tok_state
;
void
_PyTok_ReaderFree
(
struct
tok_state
*);
int
_PyTok_ReaderUnderflow
(
struct
tok_state
*);
#endif