File should not use isprint ...
Christos Zoulas
christos at zoulas.com
Tue Nov 29 20:44:24 EET 2005
On Nov 29, 6:28pm, vapier at gentoo.org (Mike Frysinger) wrote:
-- Subject: Re: File should not use isprint ...
| On Tue, Nov 29, 2005 at 01:22:35PM -0500, Christos Zoulas wrote:
| > --- funcs.c 17 Oct 2005 19:03:34 -0000 1.17
| > +++ funcs.c 29 Nov 2005 18:21:33 -0000
| > @@ -30,6 +30,7 @@
| > #include <stdlib.h>
| > #include <string.h>
| > #include <ctype.h>
| > +#include <wchar.h>
| >
| > #ifndef lint
| > FILE_RCSID("@(#)$Id: funcs.c,v 1.17 2005/10/17 19:03:34 christos Exp $")
|
| still need to wrap the include in HAVE_WCHAR_H since not everyone has
| the wchar.h header file
| -mike
Thanks, I did it after I got your mail!
christos
More information about the File
mailing list