pupy/client/sources-linux/pupy_load.h

7 lines
124 B
C
Raw Normal View History

#ifndef PYTHONINTERPRETER
#define PYTHONINTERPRETER
#include <stdint.h>
uint32_t mainThread(int argc, char **argv);
#endif