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