From eef724f3d0e751fb61be907c09d553a4beab4501 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 21 Apr 2008 15:33:21 +0000 Subject: compilation sous WINDOWS --- tools/getopt.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tools/getopt.h (limited to 'tools/getopt.h') diff --git a/tools/getopt.h b/tools/getopt.h new file mode 100644 index 0000000..d52543f --- /dev/null +++ b/tools/getopt.h @@ -0,0 +1,16 @@ +#ifndef __GETOPT_H_ +#define __GETOPT_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +extern int optind ; +extern char *optarg ; +extern int getopt (int argc, char **argv, char *optstring) ; + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.1