Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails
Date: Fri, 06 Oct 2006 03:24:38
Message-Id: 200610060519.17073.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails by Kevin O'Gorman
1 On Friday 06 October 2006 04:32, Kevin O'Gorman wrote:
2 > gcc -Wall ctype.c -o ctype
3 > I get
4 > ctype.c:21: warning: implicit declaration of function 'isblank'
5
6 $ gcc -std=gnu99 -Wall ctype.c -o ctype
7
8 --
9 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails Kevin O'Gorman <kogorman@×××××.com>