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