From ad18c24e7223b1c0d48a20ba9b618c4eaf1e3a84 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 1 Apr 2023 10:53:44 +0300 Subject: fix gitignore --- include/cu/path.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/cu/path.h (limited to 'include/cu/path.h') diff --git a/include/cu/path.h b/include/cu/path.h new file mode 100644 index 0000000..700f77f --- /dev/null +++ b/include/cu/path.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ + +#ifndef CT_PATH +#define CT_PATH + +char *cu_basename(const char *file); +char *cu_dirname(const char *file); +char *cu_cwdname(); + +#endif /* CT_PATH */ -- cgit v1.3