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