mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
lua -- remove strtol and strtoul replace with rb->strtol and rb->strtoul
Change-Id: Ib7ba358b6488b946404c0c4cd8773e948810a7f7
This commit is contained in:
parent
dada036b10
commit
8a773fb29f
7 changed files with 8 additions and 87 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue