and the other typo... *sigh *

This commit is contained in:
Kalamatee 2023-04-11 00:01:33 +01:00 committed by deadwood
parent 1f1b161a4e
commit 724711d974
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ struct tm *gmtime_r(const time_t *, struct tm *)
struct tm *localtime_r(const time_t *, struct tm *)
.skip 1
int asprintf(char **restrict str, const char *restrict format, ...)
int vasprintf(char **restrict s, const char * restrict format, ...
int vasprintf(char **restrict s, const char * restrict format, va_list arg)
#
# * wchar.h: mostly unimplemented in stdc.library
#