libc/newlib/libc/sys/h8300hms/stat.S

13 lines
158 B
ArmAsm

;int stat(const char *file_name, struct stat *buf);
#include "setarch.h"
.section .text
.align 2
.global __stat
__stat:
jsr @@0xca
rts
.end