cc65/libsrc/sim6502/errno.s

12 lines
134 B
ArmAsm

;
; Oliver Schmidt, 2013-05-16
;
; extern int errno;
;
.include "errno.inc"
.bss
__errno:
.word 0