home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
H4CK3R 14
/
hacker14.iso
/
programacao
/
pythonwin
/
python.exe
/
ENUMOBJECT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-08-12
|
227 b
|
17 lines
#ifndef Py_ENUMOBJECT_H
#define Py_ENUMOBJECT_H
/* Enumerate Object */
#ifdef __cplusplus
extern "C" {
#endif
PyAPI_DATA(PyTypeObject) PyEnum_Type;
#ifdef __cplusplus
}
#endif
#endif /* !Py_ENUMOBJECT_H */