TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / external / android-emugl / host / tools / emugen / getopt.h
diff --git a/src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/getopt.h b/src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/getopt.h
new file mode 100644 (file)
index 0000000..cc04850
--- /dev/null
@@ -0,0 +1,18 @@
+#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