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