lsflib/include/lsf/lsf.h
changeset 150 75133486ba7e
parent 121 fef2ccfa7b12
child 153 b223089872b6
equal deleted inserted replaced
149:5acf77b9b7a0 150:75133486ba7e
    25 char *get_line (const char *, const char *, size_t);
    25 char *get_line (const char *, const char *, size_t);
    26 
    26 
    27 /* isDir returns true, if a fd points to a dir */
    27 /* isDir returns true, if a fd points to a dir */
    28 int isDir (char *);
    28 int isDir (char *);
    29 
    29 
    30 /* isDir 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 
       
    33 /* isLink returns true, if a fd points to a link */
       
    34 int isLink(char *);
    32 
    35 
    33 /* getdir prints a dir hierarchy */
    36 /* getdir prints a dir hierarchy */
    34 void getdir (char *, int);
    37 void getdir (char *, int);
    35 
    38 
    36 /* returns a pointer int*  */
    39 /* returns a pointer int*  */