X7ROOT File Manager
Current Path:
/opt/alt/python37/include/python3.7m/internal
opt
/
alt
/
python37
/
include
/
python3.7m
/
internal
/
??
..
??
ceval.h
(1.4 KB)
??
condvar.h
(2.66 KB)
??
context.h
(701 B)
??
gil.h
(1.4 KB)
??
hamt.h
(3.53 KB)
??
hash.h
(123 B)
??
import.h
(114 B)
??
mem.h
(6.67 KB)
??
pycore_long.h
(1.51 KB)
??
pygetopt.h
(458 B)
??
pystate.h
(4.21 KB)
??
warnings.h
(508 B)
Editing: 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 */
Upload File
Create Folder