Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3f696 commit adaca02Copy full SHA for adaca02
1 file changed
Doc/ext/embedding.tex
@@ -58,7 +58,8 @@ \section{Very High Level Embedding
58
\begin{verbatim}
59
#include <Python.h>
60
61
-int main()
+int
62
+main(int argc, char *argv[])
63
{
64
Py_Initialize();
65
PyRun_SimpleString("from time import time,ctime\n"
0 commit comments