pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling Pingus


From: Ingo Ruhnke
Subject: Re: Compiling Pingus
Date: 13 Jun 2002 20:09:17 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Giray Devlet <address@hidden> writes:

> ok ...
> 
>   what would be the correct 
> 
>    extern "C" sscanf()
>    extern "C" sprintf()
> 
> statements ...
> 
>   my compiler complains about them as 'implicit declaration'
> I am amble to circumvent by decalring
> 
> extern "C" {
>   #include <stdio.h>
> }

Just:

 #include <stdio.h>

should do, since the extern "C" is embedded in the header itself.

-- 
Advent:     http://www.freesoftware.fsf.org/advent/
Feuerkraft: http://www.freesoftware.fsf.org/feuerkraft/
Pingus:     http://pingus.seul.org/           || ICQ:      59461927
Home:       http://pingus.seul.org/~grumbel/  || JabberID: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]