summaryrefslogtreecommitdiff
path: root/trigraph.h
blob: 839048510795a90b11c0dcd2fa7728fece2395df (plain)
1
2
3
4
5
6
#ifndef TRIGRAPH_H
#define TRIGRAPH_H
#include <stdio.h>

int trigraph(FILE *in, FILE *out);
#endif