Kaydet (Commit) 020dfe7f authored tarafından Guido van Rossum's avatar Guido van Rossum

include Python.h

üst 650ae0ab
/* Return the copyright string. This is updated manually. */ /* Return the copyright string. This is updated manually. */
#include "Python.h"
const char * const char *
getcopyright() getcopyright()
{ {
......
/* Return the full version string. */ /* Return the full version string. */
#include "Python.h"
#include "patchlevel.h" #include "patchlevel.h"
#define VERSION "%s (%s) %s" #define VERSION "%s (%s) %s"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment