]> mj.ucw.cz Git - libucw.git/blob - lib/getopt/getopt-sh.h
replaced several "byte *" -> "char *", mostly in the configuration system
[libucw.git] / lib / getopt / getopt-sh.h
1 #ifndef _UCW_GETOPT_GETOPT_SH_H
2 #define _UCW_GETOPT_GETOPT_SH_H
3
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
11
12 #include "lib/getopt/getopt.h"
13
14 #endif