mirror of
https://github.com/cc65/cc65.git
synced 2025-02-06 12:31:12 +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
|
|
|