port.h 84 Bytes Edit Raw Blame History 1 2 3 4 5 6 #ifndef PYTHON_PORT_H #define PYTHON_PORT_H void mp_port_init_stack_top(); #endif