diff options
Diffstat (limited to 'src/prc1/tmp.h')
| -rw-r--r-- | src/prc1/tmp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/prc1/tmp.h b/src/prc1/tmp.h new file mode 100644 index 0000000..b62487a --- /dev/null +++ b/src/prc1/tmp.h @@ -0,0 +1,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 |
