/* $Source$ * $State$ * $Revision$ */ #include #include #include #include #include "libsys.h" int remove(const char* path) { return unlink(path); }