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