Rev 23 | Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 23 | Rev 24 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | #include <dirent.h> |
27 | #include <dirent.h> |
28 | #include <unistd.h> |
28 | #include <unistd.h> |
29 | 29 | ||
30 | #include <errno.h> |
30 | #include <errno.h> |
31 | 31 | ||
32 | //define PATH_MAX 255 |
32 | #define PATH_MAX 255 |
33 | 33 | ||
34 | // ============================================================================ |
34 | // ============================================================================ |
35 | // Functions |
35 | // Functions |
36 | // ============================================================================ |
36 | // ============================================================================ |
37 | 37 |