1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00
cc65/libsrc/common/errno.s

15 lines
192 B
ArmAsm
Raw Permalink Normal View History

;
; 2003-08-12, Ullrich von Bassewitz
; 2015-09-24, Greg King
;
; extern int __errno;
; /* Library errors go here. */
;
.include "errno.inc"
.bss
___errno:
.word 0