Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!samsung!xylogics!merk!alliant!linus!linus!mbunix.mitre.org From: cazier@mbunix.mitre.org (Cazier) Newsgroups: comp.std.c Subject: stdlib.h Message-ID: <116506@linus.mitre.org> Date: 8 Aug 90 21:21:32 GMT Sender: usenet@linus.mitre.org Distribution: usa Organization: The MITRE Corp., Bedford, MA Lines: 7 I just converted a FORTRAN program to its C equivalent using ANSI restrictions under a turbo C environment. I then moved the source code to a UNIX-PC using "cc" there to see if I had written a portable equivalent. The UNIX-PC complained of not finding "stdlib.h", a requirement by turboC. I imagine that turboC has put out a rather good implementation of its ANSI compiler, so is it the UNIX-PC compiler that's at fault or am I playing with a toy compiler on the DOS side of the house to fit BIOS requirements?