summaryrefslogtreecommitdiff
path: root/gl/lib/stdopen.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/lib/stdopen.h')
-rw-r--r--gl/lib/stdopen.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gl/lib/stdopen.h b/gl/lib/stdopen.h
new file mode 100644
index 00000000..27901d39
--- /dev/null
+++ b/gl/lib/stdopen.h
@@ -0,0 +1,14 @@
+#ifndef STDOPEN_H
+# define STDOPEN_H 1
+
+# ifdef __cplusplus
+extern "C" {
+# endif
+
+int stdopen (void);
+
+# ifdef __cplusplus
+}
+# endif
+
+#endif