diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-01 10:53:44 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-01 10:53:44 +0300 |
| commit | ad18c24e7223b1c0d48a20ba9b618c4eaf1e3a84 (patch) | |
| tree | 86f3cba0b5b4bf4b7e49b96ceb61bec8b0be2780 /include/cu/path.h | |
| parent | b8211cda90f8a9cb14657d3328cfa9ec78722c5c (diff) | |
| download | ek-ad18c24e7223b1c0d48a20ba9b618c4eaf1e3a84.tar.gz ek-ad18c24e7223b1c0d48a20ba9b618c4eaf1e3a84.zip | |
fix gitignore
Diffstat (limited to 'include/cu/path.h')
| -rw-r--r-- | include/cu/path.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 */ |
