Subversion Repositories planix.SVN

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/*
 * pANS stdio -- remove
 */
#include "iolib.h"
int remove(const char *f){
        return unlink((char *)f);
}