output.h (128B)
1 #include "tokens.h" 2 3 void printashtml(token t); 4 void printasgn(token t); 5 void printasgroff(token t); 6 void printastext(token t);