]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Include/pygetopt.h
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / pygetopt.h
CommitLineData
4710c53d 1\r
2#ifndef Py_PYGETOPT_H\r
3#define Py_PYGETOPT_H\r
4#ifdef __cplusplus\r
5extern "C" {\r
6#endif\r
7\r
8PyAPI_DATA(int) _PyOS_opterr;\r
9PyAPI_DATA(int) _PyOS_optind;\r
10PyAPI_DATA(char *) _PyOS_optarg;\r
11\r
12PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring);\r
13\r
14#ifdef __cplusplus\r
15}\r
16#endif\r
17#endif /* !Py_PYGETOPT_H */\r