Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Macros | Functions
pydebug.h File Reference

Go to the source code of this file.

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))

Function Documentation

PyAPI_DATA ( int  )
PyAPI_FUNC ( void  ) const

Copyright 2014 Google Inc. All rights reserved.