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