diff options
-rw-r--r-- | lib/stdopen.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/stdopen.h b/lib/stdopen.h new file mode 100644 index 000000000..d6c9415b4 --- /dev/null +++ b/lib/stdopen.h @@ -0,0 +1,14 @@ +#ifndef STDOPEN_H +# define STDOPEN_H 1 + +# ifdef __cplusplus +extern "C" { +# endif + +void stdopen (void); + +# ifdef __cplusplus +} +# endif + +#endif |