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