15 lines
316 B
C
15 lines
316 B
C
|
#ifndef _UCW_GETOPT_GETOPT_SH_H
|
||
|
#define _UCW_GETOPT_GETOPT_SH_H
|
||
|
|
||
|
#define getopt ucw_getopt
|
||
|
#define getopt_long ucw_getopt_long
|
||
|
#define getopt_long_only ucw_getopt_longonly
|
||
|
#define optarg ucw_optarg
|
||
|
#define optind ucw_optind
|
||
|
#define opterr ucw_opterr
|
||
|
#define optopt ucw_optopt
|
||
|
|
||
|
#include <ucw/getopt/getopt.h>
|
||
|
|
||
|
#endif
|