From 4c8d764d171ec77ff626cec273c44ec7e7a995fc Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 16 Sep 2026 16:32:06 -0400 Subject: init: init --- src/Path/Path.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Path/Path.h (limited to 'src/Path/Path.h') diff --git a/src/Path/Path.h b/src/Path/Path.h new file mode 100644 index 0000000..a4ac530 --- /dev/null +++ b/src/Path/Path.h @@ -0,0 +1,10 @@ +#ifndef YAPSSG_PATH_H +#define YAPSSG_PATH_H + +char *path_join(const char *left, const char *right); +char *path_make_default_output(const char *input_path); +char *path_resolve_new(const char *path); +char *path_resolve_from_file(const char *file_path, const char *relative_path); +int path_is_within(const char *parent, const char *candidate); + +#endif -- cgit v1.3