mirror of https://github.com/n1nj4sec/pupy.git
7 lines
124 B
C
7 lines
124 B
C
|
#ifndef PYTHONINTERPRETER
|
||
|
#define PYTHONINTERPRETER
|
||
|
#include <stdint.h>
|
||
|
|
||
|
uint32_t mainThread(int argc, char **argv);
|
||
|
#endif
|