From 74b60c5712f2a84904b95d008953c140a9bd5dd2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:49:50 +0200 Subject: Adding upstream version 2.9.4. Signed-off-by: Daniel Baumann --- gl/lib/stdopen.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gl/lib/stdopen.h (limited to 'gl/lib/stdopen.h') diff --git a/gl/lib/stdopen.h b/gl/lib/stdopen.h new file mode 100644 index 0000000..27901d3 --- /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 -- cgit v1.2.3