ref: aaad5f4c82f96f96103c545a5db4e46ef4e22d33
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;
}