Mail Archives: cygwin/1998/12/15/16:23:08
On Sun, 13 Dec 1998, Jan Tomasek wrote:
> On my Linux (Debian) is on random() man page writen that it is in
> defined in stdlib.h
> * if I compile it with gcc on that linux all is ok
> * if I compile it with Cygnus gcc port I get warning:
>
> In file included from sftpx.c:11:
> ftpx.c:9: warning: implicit declaration of function `random'
I ran into the same problem. I didn't bother searching for random(),
though, because as far as I know, random() is not ANSI C++. rand() is
ANSI C++.
Of course, random() is probably lurking about somewhere in there...
Mark
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -