sksp2024-mcu/libucw/ucw/getopt/getopt-sh.h

15 lines
316 B
C
Raw Normal View History

2024-09-14 21:50:33 +02:00
#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