1 2 3 4 5 6 7 8 9
#ifndef TMP_H #define TMP_H #include "parse.h" #include "storage.h" const struct stentry *tmp_create(struct fn *fn, const struct type *t); #endif