How do a write portable programs?

Tom Stockfisch tps at chem.ucsd.edu
Sun Sep 11 04:53:38 AEST 1988


In article <2515 at ingr.UUCP> jones at ingr.UUCP (Mark Jones) writes:

>In article <1056 at nmtsun.nmt.edu>, warner at hydrovax.nmt.edu (M. Warner Losh) writes:

>> How do I write program that are easily protable when I HAVE TO use the
>> system calls ...

>If at all possible, stick to std K & R functions (if they are not in the
>K & R book (first edition), don't use them.

So I shouldn't use:
	
	malloc()
	setbuf()
	fflush()
	feof() ?
-- 

|| Tom Stockfisch, UCSD Chemistry	tps at chem.ucsd.edu



More information about the Comp.lang.c mailing list