aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/tools/emugen/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/tools/emugen/getopt.h')
-rw-r--r--emulator/opengl/host/tools/emugen/getopt.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/emulator/opengl/host/tools/emugen/getopt.h b/emulator/opengl/host/tools/emugen/getopt.h
deleted file mode 100644
index cc04850..0000000
--- a/emulator/opengl/host/tools/emugen/getopt.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef GETOPT_H
-#define GETOPT_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern int optind;
-extern char* optarg;
-extern int optopt;
-
-int getopt(int argc, char* const argv[], const char* ostr);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif // GETOPT_H