aboutsummaryrefslogtreecommitdiff
path: root/common/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/string.c')
-rw-r--r--common/string.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/string.c b/common/string.c
index 15416af..6a56698 100644
--- a/common/string.c
+++ b/common/string.c
@@ -1,3 +1,8 @@
+/**
+ * @file string.c
+ * Implementations of some string.h stdlib functions.
+ */
+
#include <apos/string.h>
#include <apos/types.h>
#include <apos/attrs.h>