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