Subversion Repositories Kolibri OS

Rev

Rev 5215 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5215 Rev 5220
Line 46... Line 46...
46
_DEFUN (unlink, (path),
46
_DEFUN (unlink, (path),
47
        char * path)
47
        char * path)
48
{
48
{
49
    int err;
49
    int err;
Line 50... Line -...
50
 
-
 
51
    printf("%s %s\n", __FUNCTION__, path);
-
 
52
 
50
 
Line 53... Line 51...
53
    err = delete_file(path);
51
    err = delete_file(path);
54
 
52