You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
316 B
14 lines
316 B
#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
|
|
|