aboutsummaryrefslogtreecommitdiffstats
path: root/examples/file_utils.c
AgeCommit message (Collapse)AuthorFilesLines
2022-04-23Move reserved platform defines from code to build systemDavid Robillard1-4/+0
Numerous things warn about this, and it's generally a bad idea to put these in the code since it can result in incompatibly compiled code being linked together. Unfortunately this makes building manually (without the build system) more fiddly, but such is life.
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
See https://reuse.software/ for details.
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard1-27/+27
2020-12-11Make demo programs work from any directory, and install themDavid Robillard1-0/+68