ref: 4fa9b9a395c8ea38e83d84e0d483fe3a329958ea
dir: /libnpe/fts_open.c/
#include <fts.h> FTS * fts_open(char * const *path, int opt, int (*compar)(const FTSENT **, const FTSENT **)) { /* FIXME */ USED(path, opt, compar); fprint(2, "FIXME fts_open not implemented\n"); return nil; }