3 lines
161 B
C
3 lines
161 B
C
|
py_lexer_t *py_lexer_new_from_str_len(const char *src_name, const char *str, uint len, bool free_str);
|
||
|
py_lexer_t *py_lexer_new_from_file(const char *filename);
|