Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / include / python2.4 / pygetopt.h
CommitLineData
86530b38
AT
1#ifndef Py_PYGETOPT_H
2#define Py_PYGETOPT_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7PyAPI_DATA(int) _PyOS_opterr;
8PyAPI_DATA(int) _PyOS_optind;
9PyAPI_DATA(char *) _PyOS_optarg;
10
11PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring);
12
13#ifdef __cplusplus
14}
15#endif
16#endif /* !Py_PYGETOPT_H */