diff options
Diffstat (limited to 'src/string/memfrob.c')
-rw-r--r-- | src/string/memfrob.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/memfrob.c b/src/string/memfrob.c index 7ec9abd..77c2e40 100644 --- a/src/string/memfrob.c +++ b/src/string/memfrob.c @@ -28,6 +28,8 @@ * @param segment The memory segment. * @param size The size of the memory segment. * @return `segment` is returned + * + * @since Always. */ char* memfrob(char* segment, size_t size) { |