Subversion Repositories Kolibri OS

Rev

Rev 5215 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5215 Rev 5220
Line 23... Line 23...
23
    void* buf;
23
    void* buf;
24
    int f_from;
24
    int f_from;
25
    int f_to;
25
    int f_to;
26
    int size;
26
    int size;
Line 27... Line -...
27
 
-
 
28
    printf("%s from %s to %s\n", __FUNCTION__,
-
 
29
           from, to);
-
 
30
 
27
 
Line 31... Line 28...
31
    f_from = open(from,O_RDONLY);
28
    f_from = open(from,O_RDONLY);
32
 
29
 
33
    if (f_from < 0)
30
    if (f_from < 0)