[net.micro.cpm] Software Toolworks C/80 v3.0

yudelson@aecom.UUCP (Larry Yudelson) (05/02/85)

<>

	I have been happily using Software Toolwork's
C/80 on my Osborne for some time noow, except....

the #ifneed directive placed beffore the routines
in stdlib.c doesn't work; that is, ththe routines
will not be included.  Yes, I do put #include "stdlib.c"
at the end of the program.  Any clues?

	Larry Yudelson
	
	philabs!aecom!yudelson

"Do I look like I'm ready to graduate?  I mean, try
toimagine me out in the real world, totally on my own!"

christe@rand-unix.ARPA (Chris McMenomy) (05/02/85)

Larry--

#include "stdlib.c" has to be the last line and must be followed by a
carriage return.  I'm pretty sure that works: we had the same problem
for a while.

--Christe