diff options
Diffstat (limited to 'tmp.h')
| -rw-r--r-- | tmp.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
