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