source: trunk/third/ssh/remove.c @ 10564

Revision 10564, 84 bytes checked in by danw, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10563, which included commits to RCS files with non-trunk default branches.
Line 
1#include <stdio.h>
2
3int remove(const char *filename)
4{
5  return unlink(filename);
6}
Note: See TracBrowser for help on using the repository browser.