diff options
| author | David Moc <personal@cdatgoose.org> | 2026-06-03 04:14:59 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-06-03 04:14:59 +0200 |
| commit | aba45a64364457f20e84de4189500f4426e11d53 (patch) | |
| tree | fe42d47f01decd53e28bb187cd3d85de78035a46 /include/path.h | |
| parent | c1ccd38b31d722c843ab311338e2b8d1905eb8f8 (diff) | |
Added ffap and fixed an eval memory leakmain
Diffstat (limited to 'include/path.h')
| -rw-r--r-- | include/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
