10 lines
118 B
C
10 lines
118 B
C
#include <globals.h>
|
|
|
|
int
|
|
main(string file)
|
|
{
|
|
// need to call resolve_path() and query_cwd()
|
|
rm(file);
|
|
return 1;
|
|
}
|