summaryrefslogtreecommitdiff
path: root/trigraph.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-09-02 16:57:47 -0400
committerJakob Kaivo <jkk@ung.org>2019-09-02 16:57:47 -0400
commit5a8d69ea869636e29807955d621fa45d8a21a8d8 (patch)
treeb3cceba43120ce5871ada08f78ea9fc086c4843e /trigraph.h
parent39ecba0032be794a1f4d66f61e09e4910270330f (diff)
flesh out skeleton of process
Diffstat (limited to 'trigraph.h')
-rw-r--r--trigraph.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/trigraph.h b/trigraph.h
new file mode 100644
index 0000000..8390485
--- /dev/null
+++ b/trigraph.h
@@ -0,0 +1,6 @@
+#ifndef TRIGRAPH_H
+#define TRIGRAPH_H
+#include <stdio.h>
+
+int trigraph(FILE *in, FILE *out);
+#endif