1 2 3 4 5 6 7 8
#ifndef TYPE_H #define TYPE_H #include "parse.h" const struct type *type_find(const struct fn *fn, const char *s); #endif