mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 23:43:45 +08:00
6 lines
114 B
C
6 lines
114 B
C
|
#include "fts_.h"
|
||
|
|
||
|
FTS *
|
||
|
xfts_open (char * const *, int options,
|
||
|
int (*) (const FTSENT **, const FTSENT **));
|