diff options
Diffstat (limited to 'include/cu/imports.h')
| -rw-r--r-- | include/cu/imports.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cu/imports.h b/include/cu/imports.h new file mode 100644 index 0000000..1043cef --- /dev/null +++ b/include/cu/imports.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ + +#ifndef CT_IMPORTS_H +#define CT_IMPORTS_H + +#include <stdbool.h> + +void add_import_path(const char *dir); +const char *find_import(const char *file); +bool already_imported(const char *file); + +#endif /* CT_IMPORTS_H */ |
