]> mj.ucw.cz Git - libucw.git/blob - ucw/getopt/getopt-sh.h
Opt: Documented opt and its interaction with conf
[libucw.git] / ucw / getopt / getopt-sh.h
1 #ifndef _UCW_GETOPT_GETOPT_SH_H
2 #define _UCW_GETOPT_GETOPT_SH_H
3
4 #define getopt ucw_getopt
5 #define getopt_long ucw_getopt_long
6 #define getopt_long_only ucw_getopt_longonly
7 #define optarg ucw_optarg
8 #define optind ucw_optind
9 #define opterr ucw_opterr
10 #define optopt ucw_optopt
11
12 #include <ucw/getopt/getopt.h>
13
14 #endif