]> git.sur5r.net Git - cc65/blob - libsrc/common/errno.s
Changed most "backticks" (grave accents) into apostrophes.
[cc65] / libsrc / common / errno.s
1 ;
2 ; 2003-08-12, Ullrich von Bassewitz
3 ; 2015-09-24, Greg King
4 ;
5 ; extern int _errno;
6 ; /* Library errors go here. */
7 ;
8
9         .include        "errno.inc"
10
11 .bss
12
13 __errno:
14         .word   0