aboutsummaryrefslogtreecommitdiff
path: root/src/imports.c
blob: b7dc8c185c56a25b91d31d03cf5a5f030f8aa2d7 (plain) (blame)
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);
}