aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-human/escape.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/slibc-human/escape.c')
-rw-r--r--src/slibc-human/escape.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slibc-human/escape.c b/src/slibc-human/escape.c
index 9579f73..4296715 100644
--- a/src/slibc-human/escape.c
+++ b/src/slibc-human/escape.c
@@ -38,6 +38,8 @@
* @throws 0 `str` is `NULL`.
* @throws EINVAL If `quote` is invalid.
* @throws ENOMEM The process cannot allocate more memory.
+ *
+ * @since Always.
*/
char* escape(const char* restrict str, char quote)
{