mirror of
https://github.com/micropython/micropython.git
synced 2025-09-10 11:50:40 +02:00
5 lines
212 B
C
5 lines
212 B
C
mp_lexer_t *mp_lexer_new_from_str_len(const char *src_name, const char *str, uint len, MP_BOOL free_str);
|
|
mp_lexer_t *mp_lexer_new_from_file(const char *filename);
|
|
|
|
void mp_import_set_directory(const char *dir);
|