mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
b82bb4f5ba
Only the function that actually is needed will be linked. It is very useful for targets that do not have file-system I/O.
15 lines
190 B
ArmAsm
15 lines
190 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
|