From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GVqtw-0002hi-23 for garchives@archives.gentoo.org; Fri, 06 Oct 2006 14:42:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k96EeLtv010076; Fri, 6 Oct 2006 14:40:21 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k96EVRiH031159 for ; Fri, 6 Oct 2006 14:31:27 GMT Received: by wx-out-0506.google.com with SMTP id r21so1157605wxc for ; Fri, 06 Oct 2006 07:31:27 -0700 (PDT) Received: by 10.70.72.11 with SMTP id u11mr5520028wxa; Fri, 06 Oct 2006 07:31:23 -0700 (PDT) Received: from ?10.10.0.2? ( [200.89.180.209]) by mx.google.com with ESMTP id h14sm2892417wxd.2006.10.06.07.31.22; Fri, 06 Oct 2006 07:31:23 -0700 (PDT) Message-ID: <452668B8.6060607@buanzo.com.ar> Date: Fri, 06 Oct 2006 11:31:20 -0300 From: "Arturo 'Buanzo' Busleiman" Organization: GNU/Buanzo User-Agent: Thunderbird 1.5.0.7 (X11/20060909) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails References: <9acccfe50610051410u44292b4ava0e58d6289ad73fa@mail.gmail.com> <200610051953.45614.bss03@volumehost.net> <9acccfe50610051932q7dac09e3tc4287759cc33ae7c@mail.gmail.com> In-Reply-To: <9acccfe50610051932q7dac09e3tc4287759cc33ae7c@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: c8146c1a-c9d9-4652-876c-1935519ae87f X-Archives-Hash: 1b65ab452181f75417a32b572a0fab13 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 gcc -o digits -Wall -ansi -pedantic digits.c With that, I got the "implicit declaration of function BLAH" message. When that happens, and the man page does not list anything special, I usually add this at the beginning of the source file: #define _GNU_SOURCE et voila', now compiles cleanly - -- Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica "Do you know about the dangers of DRM? Find out at http://www.defectivebydesign.org/what_is_drm" http://www.buanzo.com.ar | http://www.vivamoslavida.com.ar : Portal no-comercial del buen vivir! for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar ; done -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFJmi4AlpOsGhXcE0RAgbxAJ0Y6iCfQhkSRJhtw+P7DYs8UmDM9ACffEhx jtef6SeHVVgG0l2tAjzsDTo= =ezDJ -----END PGP SIGNATURE----- -- gentoo-user@gentoo.org mailing list