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:
@@ -203,6 +203,7 @@ ksys_dll_t EXPORTS[] = {
|
||||
{ "strspn", &strspn },
|
||||
{ "strstr", &strstr },
|
||||
{ "strtok", &strtok },
|
||||
{ "strtok_r", &strtok_r },
|
||||
{ "strxfrm", &strxfrm },
|
||||
{ "strpbrk", &strpbrk },
|
||||
{ "__errno", &__errno },
|
||||
|
||||
Reference in New Issue
Block a user