URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [libgloss/] [scarts_16/] [unlink.c] - Rev 14
Go to most recent revision | Compare with Previous | Blame | View Log
#include <errno.h> int unlink (char *name) { errno = EMLINK; return -1; }
Go to most recent revision | Compare with Previous | Blame | View Log