This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to find the phototype of function "drand48()"


> From: "kan zheng" <kz01r@ecs.soton.ac.uk>
> To: <gcc@gnu.org>
> Date: Fri, 23 Nov 2001 21:39:57 -0000

> Now I have two workshop to rum my C codes, one is VC++, another is gcc2.952.
> There is one function "drand48()" in my program, this function is only found
> at stdlib.hhen using gcc, not at stdlib.h when using gcc.

> So I have to find the definition of that function.

> Could you please provide it or tell me where I can find it?

This isn't a compiler issue.  This is a library issue.  Please consult
your library provider.  Microsoft supplies VC++ libraries, and cygwin,
mingwin and Microsoft among others supply gcc libraries.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]