ref: 3e659eda301488f5e86c68c81e2ff2a88b6755f9 dir: /libnpe/fts_children.c/
#include <fts.h> FTSENT * fts_children(FTS *f, int instr) { /* FIXME */ USED(f, instr); return 0; }