]> git.sur5r.net Git - cc65/blob - libsrc/common/strtoimax.s
Allow "mode" argument to open() to be passed from 6502 code.
[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