aboutsummaryrefslogtreecommitdiff
path: root/src/prc1/tmp.h
blob: b62487aff28ab2f38f14f973c2e05378f5d56aef (plain) (blame)
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