1 #ifndef _UCW_GETOPT_GETOPT_SH_H
2 #define _UCW_GETOPT_GETOPT_SH_H
4 #define getopt sh_getopt
5 #define getopt_long sh_getopt_long
6 #define getopt_long_only sh_getopt_longonly
7 #define optarg sh_optarg
8 #define optind sh_optind
9 #define opterr sh_opterr
10 #define optopt sh_optopt
12 #include "lib/getopt/getopt.h"