python-2.7.6/include/pydebug.h File Reference
Main Page
Topics
Modules
Namespaces
Classes
Files
Examples
File List
File Members
pydebug.h File Reference
Macros
|
Functions
Macros
#define
Py_GETENV
(
s
) (Py_IgnoreEnvironmentFlag ?
NULL
: getenv(
s
))
Functions
PyAPI_DATA
(
int
) Py_DebugFlag
PyAPI_FUNC
(void) Py_FatalError(const char *message)
Macro Definition Documentation
#define Py_GETENV
(
s
)
(Py_IgnoreEnvironmentFlag ?
NULL
: getenv(
s
))
Definition at line
34
of file
pydebug.h
.
Function Documentation
PyAPI_DATA
(
int
)
PyAPI_FUNC
(
void
)
const
Go to the source code of this file.