26 #ifndef MICROPY_INCLUDED_PY_PERSISTENTCODE_H 27 #define MICROPY_INCLUDED_PY_PERSISTENTCODE_H 40 #endif // MICROPY_INCLUDED_PY_PERSISTENTCODE_H
mp_raw_code_t * mp_raw_code_load_file(const char *filename)
void mp_raw_code_save_file(mp_raw_code_t *rc, const char *filename)
mp_raw_code_t * mp_raw_code_load_mem(const byte *buf, size_t len)
mp_raw_code_t * mp_raw_code_load(mp_reader_t *reader)
void mp_raw_code_save(mp_raw_code_t *rc, mp_print_t *print)