2cdaca71922af7585130194ee0b6a8c8c18d5a6d
[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