aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/path.c b/src/path.c
index ed032e4..2843096 100644
--- a/src/path.c
+++ b/src/path.c
@@ -1,6 +1,12 @@
/* SPDX-License-Identifier: copyleft-next-0.3.1 */
/* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
+/**
+ * @file path.c
+ *
+ * Path handling helper implementations.
+ */
+
#include <stddef.h>
#include <string.h>
#include <unistd.h>