diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-07 02:18:26 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-07 02:18:26 +0200 |
| commit | ae5fee63f160643a397d18e9e0658275606bc4d4 (patch) | |
| tree | f68af302374f9ae3c9dbb28dab5547036252d559 /src/imports.c | |
| download | ek-ae5fee63f160643a397d18e9e0658275606bc4d4.tar.gz ek-ae5fee63f160643a397d18e9e0658275606bc4d4.zip | |
initial commit
Diffstat (limited to 'src/imports.c')
| -rw-r--r-- | src/imports.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/imports.c b/src/imports.c new file mode 100644 index 0000000..e4d6aa7 --- /dev/null +++ b/src/imports.c @@ -0,0 +1,7 @@ +#include <ct/imports.h> +#include <ct/debug.h> + +void add_import_path(const char *dir) +{ + debug("adding import path %s...\n", dir); +} |
