aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/stdio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 67ec7a3..6c51de0 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -361,7 +361,7 @@ int asprintf(char** restrict, const char* restrict, ...)
* It shall point to a variable whose value is
* the allocation size of `*buffer`, or point to
* a variable whose value is zero if `*buffer`
- * is `NULL`
+ * is `NULL`.
* @param offset The offset in the buffer where the function
* shall start the printing.
* @param secure Non-zero if the function must override the
@@ -624,7 +624,7 @@ int vasprintf(char** restrict, const char* restrict, va_list)
* It shall point to a variable whose value is
* the allocation size of `*buffer`, or point to
* a variable whose value is zero if `*buffer`
- * is `NULL`
+ * is `NULL`.
* @param offset The offset in the buffer where the function
* shall start the printing.
* @param secure Non-zero if the function must override the
@@ -911,7 +911,7 @@ int aswprintf(wchar_t** restrict, const wchar_t* restrict, ...)
* It shall point to a variable whose value is
* the allocation size of `*buffer`, or point to
* a variable whose value is zero if `*buffer`
- * is `NULL`
+ * is `NULL`.
* @param offset The offset in the buffer where the function
* shall start the printing.
* @param secure Non-zero if the function must override the
@@ -1153,7 +1153,7 @@ int vaswprintf(wchar_t** restrict, const wchar_t* restrict, va_list)
* It shall point to a variable whose value is
* the allocation size of `*buffer`, or point to
* a variable whose value is zero if `*buffer`
- * is `NULL`
+ * is `NULL`.
* @param offset The offset in the buffer where the function
* shall start the printing.
* @param secure Non-zero if the function must override the