Rev 3386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3386 | Rev 4153 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | * @file |
34 | * @file |
35 | * @brief |
35 | * @brief |
36 | */ |
36 | */ |
37 | 37 | ||
38 | #include <stdlib.h> |
38 | #include <stdlib.h> |
- | 39 | #include <vfs/canonify.h> |
|
39 | 40 | ||
40 | /** Token types used for tokenization of path. */ |
41 | /** Token types used for tokenization of path. */ |
41 | typedef enum { |
42 | typedef enum { |
42 | TK_INVALID, |
43 | TK_INVALID, |
43 | TK_SLASH, |
44 | TK_SLASH, |