lexermemzip.h 207 B

123456
  1. #ifndef MICROPY_INCLUDED_TEENSY_LEXERMEMZIP_H
  2. #define MICROPY_INCLUDED_TEENSY_LEXERMEMZIP_H
  3. mp_lexer_t *mp_lexer_new_from_memzip_file(const char *filename);
  4. #endif // MICROPY_INCLUDED_TEENSY_LEXERMEMZIP_H