Files
Upsilon/python/port/helpers.h

15 lines
176 B
C

#ifndef PYTHON_PORT_HELPERS_H
#define PYTHON_PORT_HELPERS_H
#ifdef __cplusplus
extern "C" {
#endif
void micropython_port_vm_hook_loop();
#ifdef __cplusplus
}
#endif
#endif