pupy/client/sources-linux/pupy_load.h

8 lines
154 B
C
Raw Normal View History

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