]> mj.ucw.cz Git - libucw.git/blob - ucw/getopt/getopt-sh.h
a1b24fbc621b266625ca695bcaf0aaa122edb4e1
[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 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 "ucw/getopt/getopt.h"
13
14 #endif