]> git.sur5r.net Git - cc65/blob - strtoimax.s
122547fb31f138556f0d7b84a9bba0314d89e56c
[cc65] / strtoimax.s
1 ;
2 ; Ullrich von Bassewitz, 2009-09-17
3 ;
4 ; intmax_t __fastcall__ strtoimax (const char* nptr, char** endptr, int base);
5 ;
6
7         .import         _strtol
8         .export         _strtoimax = _strtol
9