ref: 6ec40498e99f2cec2cd939da43b128a1212ce9e5 dir: /libnpe/fts_read.c/
#include <fts.h> FTSENT * fts_read(FTS *f) { /* FIXME */ USED(f); return nil; }