mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
Now include Python.h
This commit is contained in:
parent
639ccae5f6
commit
be10c20adf
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
/* Minimal main program -- everything is loaded from the library */
|
/* Minimal main program -- everything is loaded from the library */
|
||||||
|
|
||||||
|
#include "Python.h"
|
||||||
|
|
||||||
extern int Py_Main();
|
extern int Py_Main();
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue