diff options
Diffstat (limited to 'src/path.c')
| -rw-r--r-- | src/path.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
