URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [libgloss/] [mn10300/] [stat.c] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
#include <_ansi.h> #include <sys/types.h> #include <sys/stat.h> #include "trap.h" int _stat (const char *path, struct stat *st) { return TRAP0 (SYS_stat, path, st, 0); }
Go to most recent revision | Compare with Previous | Blame | View Log