URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [sh/] [creat.c] - Rev 1765
Compare with Previous | Blame | View Log
int creat(path, mode) const char *path; int mode; { return _creat (path, mode); }