xref: /netbsd/lib/libc/gen/fts.c (revision bf9ec67e)
1 /*	$NetBSD: fts.c,v 1.22 1997/10/22 06:37:48 thorpej Exp $	*/
2 
3 /*
4  * Written by Jason R. Thorpe <thorpej@NetBSD.ORG>, October 21, 1997.
5  * Public domain.
6  */
7 
8 #define __LIBC12_SOURCE__
9 
10 #include "__fts13.c"
11