summaryrefslogtreecommitdiff
path: root/type.h
blob: d2c7fc326bd92924751296689150445710ed54d9 (plain) (blame)
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