diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-27 00:22:13 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-27 00:22:13 +0300 |
commit | 449ca1e570aa421992bbe98c6928def1ba8896fd (patch) | |
tree | e64321b0c26da220c804403edc644079a81621dc /include/posthaste/core.h | |
parent | 515ad657ec6ef685c9c91479540518a0091f1516 (diff) | |
download | posthaste-449ca1e570aa421992bbe98c6928def1ba8896fd.tar.gz posthaste-449ca1e570aa421992bbe98c6928def1ba8896fd.zip |
forgot to exclude include in gitignore
Diffstat (limited to 'include/posthaste/core.h')
-rw-r--r-- | include/posthaste/core.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/posthaste/core.h b/include/posthaste/core.h new file mode 100644 index 0000000..ba52525 --- /dev/null +++ b/include/posthaste/core.h @@ -0,0 +1,7 @@ +#ifndef CORE_H +#define CORE_H + +/* handles parsing, type checking and execution of fname */ +int run(const char *fname); + +#endif /* CORE_H */ |