From 50b963828e46b8e64b934b16a1c4d67adfdf9d88 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 21 Apr 2008 15:32:50 +0000 Subject: Compilation sous WINDOWS --- src/getopt.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/getopt.h (limited to 'src/getopt.h') diff --git a/src/getopt.h b/src/getopt.h deleted file mode 100644 index d52543f..0000000 --- a/src/getopt.h +++ /dev/null @@ -1,16 +0,0 @@ -#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