mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
15 lines
192 B
ArmAsm
15 lines
192 B
ArmAsm
;
|
|
; 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
|