5 lines
83 B
C
5 lines
83 B
C
|
|
#include "sj4compat.h"
|
||
|
|
|
||
|
|
int sj4_unlink(const char* path) {
|
||
|
|
return unlink(path);
|
||
|
|
}
|