summaryrefslogtreecommitdiffstats
path: root/src/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/std.h')
-rw-r--r--src/std.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/std.h b/src/std.h
new file mode 100644
index 0000000..1c2af1c
--- /dev/null
+++ b/src/std.h
@@ -0,0 +1,8 @@
+#ifndef foostdhfoo
+#define foostdhfoo
+
+#include "stream.h"
+
+struct stream* stream_std(const char *args);
+
+#endif