| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add cftw | Xavier Del Campo Romero | 2023-07-20 | 1 | -0/+1 |
| | | | | | | | | | | | | POSIX functions ftw(3) and nftw(3) do not allow passing an opaque pointer to the callback they call, so it forces the use of statically allocated data. ctfw (from "custom ftw") is a custom implementation that solves this, while also removing unneeded stuff. This function will be used by future commits. | ||||
| * | Add Makefile | Xavier Del Campo Romero | 2023-07-20 | 1 | -0/+34 |
