]> git.sur5r.net Git - cc65/blob - libsrc/common/strtoimax.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[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