circuitpython/unix/lexerunix.h

3 lines
161 B
C
Raw Normal View History

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);