summaryrefslogtreecommitdiff
path: root/cpukit/libc/string/explicit_bzero.c
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2023-07-25 10:16:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-10 13:39:25 +0200
commit87edf5a0c7a03ac7f7e15097e474d43910269524 (patch)
tree03272c1384cee08d96fdb1e4a8c90e3dce96800a /cpukit/libc/string/explicit_bzero.c
parent008a7c3adbacd4e1b1ae46a422c2bd912dcb1cf3 (diff)
libc: Add files to Doxygen groups
Diffstat (limited to 'cpukit/libc/string/explicit_bzero.c')
-rw-r--r--cpukit/libc/string/explicit_bzero.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/libc/string/explicit_bzero.c b/cpukit/libc/string/explicit_bzero.c
index 5124df23ca..88e4137838 100644
--- a/cpukit/libc/string/explicit_bzero.c
+++ b/cpukit/libc/string/explicit_bzero.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup libcsupport
+ *
+ * @brief This source file contains a definition of
+ * C lib functions.
+ */
+
/* $OpenBSD: explicit_bzero.c,v 1.2 2014/06/10 04:17:37 deraadt Exp $ */
/*
* Public domain.