[comp.sys.apple] Prodos C

greyelf@wpi.wpi.edu (Michael J Pender) (01/21/90)

What functions/datatypes/whatever would be MINIMUM for a decent
version of C on the apple II line?  

I don't have a real good grasp of c yet, so don't say like looping
functions, say for loops, while loops, etc.  got me?

Also I don't know squat about the file functions.

And finally, would it be better for a compiled C program to be capable
of being a system program, or would it be good enough if it required
Basic.system too?

---
Michael J Pender Jr  Box 1942 c/o W.P.I.        ... (Mankind) has already 
greyelf@wpi.bitnet   100 Institute Rd.          used its last chance.
greyelf@wpi.wpi.edu  Worcester, Ma 01609               - Gen. MacArthur

jhensley@VTTCF.CC.VT.EDU (Jody Hensley) (01/21/90)

> 
> And finally, would it be better for a compiled C program to be capable
> of being a system program, or would it be good enough if it required
> Basic.system too?
> 
> Michael J Pender Jr 
> 

I would definitely recommend that a compiled C program be as a system type
program.  Also, it should not need additional run-time files, unless the
size of the program requires this.

Jody

jhensley@vttcf.cc.vt.edu