From aba45a64364457f20e84de4189500f4426e11d53 Mon Sep 17 00:00:00 2001 From: David Moc Date: Wed, 3 Jun 2026 04:14:59 +0200 Subject: Added ffap and fixed an eval memory leak --- include/path.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/path.h') diff --git a/include/path.h b/include/path.h index e76a654..4debbad 100644 --- a/include/path.h +++ b/include/path.h @@ -9,6 +9,7 @@ char *ecex_path_join(const char *dir, const char *name); char *ecex_path_dirname(const char *path); char *ecex_path_basename_dup(const char *path); char *ecex_path_normalize(const char *path); +char *ecex_project_root_for_file(const char *path); int ecex_path_is_dir(const char *path); int ecex_path_is_file(const char *path); int ecex_path_exists(const char *path); -- cgit v1.2.3