aboutsummaryrefslogtreecommitdiff
path: root/lib/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/string.h')
-rw-r--r--lib/string.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/string.h b/lib/string.h
index 460057c..c8196c8 100644
--- a/lib/string.h
+++ b/lib/string.h
@@ -1,5 +1,10 @@
#pragma once
+///@defgroup libk libk
+///@{
+///@defgroup string string
+///@{
+
#define OCTAL 8
#define DECIMAL 10
#define HEX 16
@@ -18,3 +23,6 @@ char *utoa(char *p, unsigned x, int base);
#ifdef __cplusplus
}
#endif
+
+///@}
+///@}