summaryrefslogtreecommitdiff
path: root/teensy/lexermemzip.h
blob: cd7326a43528654aa7399f1e9a1e48f382ebc63d (plain)
1
2
3
4
5
6
#ifndef MICROPY_INCLUDED_TEENSY_LEXERMEMZIP_H
#define MICROPY_INCLUDED_TEENSY_LEXERMEMZIP_H

mp_lexer_t *mp_lexer_new_from_memzip_file(const char *filename);

#endif // MICROPY_INCLUDED_TEENSY_LEXERMEMZIP_H