Submit
Path:
~
/
/
opt
/
alt
/
python37
/
include
/
python3.7m
/
internal
/
File Content:
pygetopt.h
#ifndef Py_INTERNAL_PYGETOPT_H #define Py_INTERNAL_PYGETOPT_H extern int _PyOS_opterr; extern int _PyOS_optind; extern wchar_t *_PyOS_optarg; extern void _PyOS_ResetGetOpt(void); typedef struct { const wchar_t *name; int has_arg; int val; } _PyOS_LongOption; extern int _PyOS_GetOpt(int argc, wchar_t **argv, wchar_t *optstring, const _PyOS_LongOption *longopts, int *longindex); #endif /* !Py_INTERNAL_PYGETOPT_H */
Submit
FILE
FOLDER
Name
Size
Permission
Action
ceval.h
1438 bytes
0644
condvar.h
2726 bytes
0644
context.h
701 bytes
0644
gil.h
1432 bytes
0644
hamt.h
3046 bytes
0644
hash.h
123 bytes
0644
import.h
114 bytes
0644
mem.h
6831 bytes
0644
pygetopt.h
458 bytes
0644
pystate.h
4051 bytes
0644
warnings.h
508 bytes
0644
N4ST4R_ID | Naxtarrr