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