lua -- remove strtol and strtoul replace with rb->strtol and rb->strtoul

Change-Id: Ib7ba358b6488b946404c0c4cd8773e948810a7f7
This commit is contained in:
William Wilgus 2025-12-06 18:07:02 -05:00
parent dada036b10
commit 8a773fb29f
7 changed files with 8 additions and 87 deletions

View file

@ -1,3 +1,6 @@
/* The following file is (with slight modifications for Rockbox) from dietlibc
* version 0.31 which is licensed under the GPL version 2: */
#include <stdlib.h>
#include <errno.h>
#include <limits.h>

View file

@ -1,3 +1,6 @@
/* The following file is (with slight modifications for Rockbox) from dietlibc
* version 0.31 which is licensed under the GPL version 2: */
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>