|
|
1.10 ! thorpej 1: /* $NetBSD: glob.c,v 1.9 1997/10/22 00:55:26 fvdl Exp $ */
1.5 cgd 2:
1.1 cgd 3: /*
1.10 ! thorpej 4: * Written by Jason R. Thorpe <thorpej@NetBSD.ORG>, October 21, 1997.
! 5: * Public domain.
1.1 cgd 6: */
7:
1.9 fvdl 8: #define __LIBC12_SOURCE__
1.1 cgd 9:
1.10 ! thorpej 10: #include "__glob13.c"