mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
include Python.h
This commit is contained in:
parent
650ae0ab06
commit
020dfe7f2e
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
/* 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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
/* 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue