summaryrefslogtreecommitdiffstats
path: root/include/zix/filesystem.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-15Fix nullability annotations for zix_canonical_path() and friendsDavid Robillard1-2/+2
These functions can (and likely will) fail due to filesystem operations failing, rather than a (rare) failed allocation, so they should be nullable so clang can find potential null dereferences.
2022-11-02Improve documentation headingsDavid Robillard1-1/+1
2022-10-23Add filesystem APIDavid Robillard1-0/+371