summaryrefslogtreecommitdiff
path: root/drain.h
diff options
context:
space:
mode:
Diffstat (limited to 'drain.h')
-rw-r--r--drain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drain.h b/drain.h
new file mode 100644
index 0000000..830261a
--- /dev/null
+++ b/drain.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <stdio.h>
+
+char *drain(FILE *fp);