Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
f4874f381c1ef9a3e0e17fde870f2d38d89e043b
/
.
/
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