]> git.sur5r.net Git - cc65/blob - libsrc/common/errno.s
Added lots of functions from time.h
[cc65] / libsrc / common / errno.s
1 ;
2 ; Ullrich von Bassewitz, 06.06.1998
3 ;
4 ; int _errno;
5 ;
6
7         .export         __errno
8
9 .bss
10
11 __errno:
12         .word   0
13