mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
10 lines
192 B
ArmAsm
10 lines
192 B
ArmAsm
|
;
|
||
|
; Ullrich von Bassewitz, 2009-09-17
|
||
|
;
|
||
|
; intmax_t __fastcall__ strtoimax (const char* nptr, char** endptr, int base);
|
||
|
;
|
||
|
|
||
|
.import _strtol
|
||
|
.export _strtoimax = _strtol
|
||
|
|