libc.obj: Added strtok_r (#341)

Reviewed-on: #341
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: Egor00f <y.yarin@inbox.ru>
Co-committed-by: Egor00f <y.yarin@inbox.ru>
This commit is contained in:
2026-03-07 21:30:50 +00:00
committed by Max Logaev
parent 6f2a947deb
commit 91dc4d8cad
3 changed files with 17 additions and 10 deletions

View File

@@ -203,6 +203,7 @@ ksys_dll_t EXPORTS[] = {
{ "strspn", &strspn },
{ "strstr", &strstr },
{ "strtok", &strtok },
{ "strtok_r", &strtok_r },
{ "strxfrm", &strxfrm },
{ "strpbrk", &strpbrk },
{ "__errno", &__errno },