summaryrefslogtreecommitdiff
path: root/gnu/close-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/close-stream.h')
-rwxr-xr-xgnu/close-stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/close-stream.h b/gnu/close-stream.h
new file mode 100755
index 00000000..be3d4196
--- /dev/null
+++ b/gnu/close-stream.h
@@ -0,0 +1,2 @@
+#include <stdio.h>
+int close_stream (FILE *stream);