Date: Wed, 21 Jan 1998 17:44:18 +0200 (IST) From: Eli Zaretskii To: Van Mo Dang cc: djgpp AT delorie DOT com Subject: Re: random numbers? In-Reply-To: <34C608AE.2569@utc.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 21 Jan 1998, Van Mo Dang wrote: > 1 - Are those routines portables ? I found them both in DJGPP > and on Solaris systems, but can they be considered to be available in > any C standard library ? They are not ANSI and AFAIK not POSIX either. But many platfroms have them. > 2 - Which file should be included to know their prototypes ? None. Just declare the prototype yourself.