summaryrefslogtreecommitdiff
path: root/lib/stdopen.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdopen.h')
-rw-r--r--lib/stdopen.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/stdopen.h b/lib/stdopen.h
deleted file mode 100644
index d54e5f135..000000000
--- a/lib/stdopen.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef STDOPEN_H
-# define STDOPEN_H 1
-
-# include <stdbool.h>
-
-# ifdef __cplusplus
-extern "C" {
-# endif
-
-bool stdopen (void);
-
-# ifdef __cplusplus
-}
-# endif
-
-#endif