diff options
Diffstat (limited to 'gl/lib/stdopen.h')
-rw-r--r-- | gl/lib/stdopen.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 |