]> git.sur5r.net Git - cc65/blob - libsrc/common/strtoimax.s
Removed (pretty inconsistently used) tab chars from source code base.
[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