mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 06:39:07 +00:00
LibC: Stub out wcsftime()
This commit is contained in:
parent
e717ca32d1
commit
687a3351c2
Notes:
sideshowbarker
2024-07-17 22:29:05 +09:00
Author: https://github.com/alimpfard
Commit: 687a3351c2
Pull-request: https://github.com/SerenityOS/serenity/pull/11324
Reviewed-by: https://github.com/BertalanD
2 changed files with 12 additions and 0 deletions
|
@ -95,4 +95,6 @@ int vfwscanf(FILE* __restrict stream, const wchar_t* __restrict format, va_list
|
|||
int vswscanf(const wchar_t* __restrict ws, const wchar_t* __restrict format, va_list arg);
|
||||
int vwscanf(const wchar_t* __restrict format, va_list arg);
|
||||
|
||||
size_t wcsftime(wchar_t* __restrict wcs, size_t maxsize, const wchar_t* __restrict format, const struct tm* __restrict timeptr);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue