PHP 8.2.30
Preview: pycore_getopt.h Size: 490 B
//usr/include/python3.8/internal/pycore_getopt.h

#ifndef Py_INTERNAL_PYGETOPT_H
#define Py_INTERNAL_PYGETOPT_H

#ifndef Py_BUILD_CORE
#  error "this header requires Py_BUILD_CORE define"
#endif

extern int _PyOS_opterr;
extern Py_ssize_t _PyOS_optind;
extern const 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(Py_ssize_t argc, wchar_t * const *argv, int *longindex);

#endif /* !Py_INTERNAL_PYGETOPT_H */

Directory Contents

Dirs: 0 × Files: 22

Name Size Perms Modified Actions
1.10 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
16.55 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
966 B lrw-r--r-- 2023-06-06 13:32:21
Edit Download
542 B lrw-r--r-- 2023-06-06 13:32:21
Edit Download
2.74 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
779 B lrw-r--r-- 2023-06-06 13:32:21
Edit Download
1.22 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
490 B lrw-r--r-- 2023-06-06 13:32:21
Edit Download
1.48 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
3.61 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
5.10 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
1.51 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
2.83 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
1.99 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
1.30 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
206 B lrw-r--r-- 2023-06-06 13:32:21
Edit Download
3.73 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
8.02 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
9.36 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
3.00 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
418 B lrw-r--r-- 2023-06-06 13:32:21
Edit Download
591 B lrw-r--r-- 2023-06-06 13:32:21
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).