equal
deleted
inserted
replaced
29 |
29 |
30 /* isFile returns true, if a fd points to a file */ |
30 /* isFile returns true, if a fd points to a file */ |
31 int isFile (char *); |
31 int isFile (char *); |
32 |
32 |
33 /* isLink returns true, if a fd points to a link */ |
33 /* isLink returns true, if a fd points to a link */ |
34 int isLink(char *); |
34 int isLink (char *); |
35 |
35 |
36 /* getdir prints a dir hierarchy */ |
36 /* getdir prints a dir hierarchy */ |
37 void getdir (char *, int); |
37 void getdir (char *, int); |
38 |
38 |
39 /* returns a pointer int* */ |
39 /* returns a pointer int* */ |