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