summaryrefslogtreecommitdiff
path: root/src/getopt.h
diff options
context:
space:
mode:
authorfcolin2008-04-21 15:32:50 +0000
committerfcolin2008-04-21 15:32:50 +0000
commit50b963828e46b8e64b934b16a1c4d67adfdf9d88 (patch)
tree3fabfb642cb7fc9fbd5447160a9275be12e65eb3 /src/getopt.h
parenta3821ac78d363c9d35c1fa872ce87ebd7e372c30 (diff)
downloadivy-c-50b963828e46b8e64b934b16a1c4d67adfdf9d88.zip
ivy-c-50b963828e46b8e64b934b16a1c4d67adfdf9d88.tar.gz
ivy-c-50b963828e46b8e64b934b16a1c4d67adfdf9d88.tar.bz2
ivy-c-50b963828e46b8e64b934b16a1c4d67adfdf9d88.tar.xz
Compilation sous WINDOWS
Diffstat (limited to 'src/getopt.h')
-rw-r--r--src/getopt.h16
1 files changed, 0 insertions, 16 deletions
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