polish tarjan
[ccc.git] / type.h
1 #ifndef TYPE_H
2 #define TYPE_H
3
4 #include "ast.h"
5
6 struct ast *type(struct ast *ast);
7
8 #endif