diff options
Diffstat (limited to 'common/string.c')
| -rw-r--r-- | common/string.c | 5 |
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> |
