]> git.sur5r.net Git - cc65/blob - libsrc/common/strtoimax.s
Renamed the defines in symdefs.h to something more meaningful. They were named
[cc65] / libsrc / common / 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