1 2 3 4 5 6 7
#include <ct/imports.h> #include <ct/debug.h> void add_import_path(const char *dir) { debug("adding import path %s...\n", dir); }