lsflib/include/lsf/lsf.h
changeset 153 b223089872b6
parent 150 75133486ba7e
child 158 2cddd4d26139
equal deleted inserted replaced
152:53ca9bff8b40 153:b223089872b6
    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*  */