Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stat.S « h8300hms « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dae23c4704694db97ab71cf3a121aeb54270b6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;int stat(const char *file_name, struct stat *buf);

#include "setarch.h"

	.section .text
	.align 2
	.global __stat
__stat:
	jsr @@0xca
	rts
	.end