mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
13 lines
134 B
ArmAsm
13 lines
134 B
ArmAsm
|
;
|
||
|
; Oliver Schmidt, 2013-05-16
|
||
|
;
|
||
|
; extern int errno;
|
||
|
;
|
||
|
|
||
|
.include "errno.inc"
|
||
|
|
||
|
.bss
|
||
|
|
||
|
__errno:
|
||
|
.word 0
|