This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int | |
path_normalise(size_t n, const char *const fname, const norm[n]) | |
{ | |
char *lim; /* Limit of normalised filename. */ | |
char *end; /* Current end of normalised filename. */ | |
assert(*fname != '\0'); | |
lim = norm + n - 1U; | |
end = norm; |