1
0
Fork 0
forked from len0rd/rockbox

fix strptokspn, add strcspn, fix splash.c

fix off by 1 error in strptokspn, add strcspn, fix fallout in splash.c

Change-Id: I61475d9633fc35db5a8ae30cbe588f69f2f7fabc
This commit is contained in:
William Wilgus 2022-11-13 00:43:43 -05:00 committed by William Wilgus
parent ffe2df2e92
commit a634557a88
5 changed files with 65 additions and 36 deletions

View file

@ -271,7 +271,7 @@ libc/strcat.c
libc/strchr.c
libc/strcmp.c
libc/strcpy.c
libc/strcspn.c
libc/strncmp.c
libc/strrchr.c
libc/strstr.c