diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-09-02 16:57:47 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-09-02 16:57:47 -0400 |
commit | 5a8d69ea869636e29807955d621fa45d8a21a8d8 (patch) | |
tree | b3cceba43120ce5871ada08f78ea9fc086c4843e /trigraph.h | |
parent | 39ecba0032be794a1f4d66f61e09e4910270330f (diff) |
flesh out skeleton of process
Diffstat (limited to 'trigraph.h')
-rw-r--r-- | trigraph.h | 6 |
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 |