#ifndef TYPE_H #define TYPE_H #include "parse.h" const struct type *type_find(const struct fn *fn, const char *s); #endif