aboutsummaryrefslogtreecommitdiff
path: root/include/posthaste/core.h
blob: ba525255a61c905a09594bcfcb662bc9624137a3 (plain) (blame)
1
2
3
4
5
6
7
#ifndef CORE_H
#define CORE_H

/* handles parsing, type checking and execution of fname */
int run(const char *fname);

#endif /* CORE_H */