URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [libgloss/] [mn10200/] [utime.c] - Rev 847
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 utime (path, times) const char *path; char *times; { return TRAP0 (SYS_utime, path, times, 0); }
Go to most recent revision | Compare with Previous | Blame | View Log