[comp.sys.mac.programmer] code resource

mw4g+@andrew.cmu.edu (Michael Wagner) (02/14/91)

I am trying to transform an existing THINK C program of mine into a 
code resource (to use with Fourth Dimension, but the particular use
shouldn't matter).  The problem is that my code uses several ANSI library
functions that apparently cannot be used in a code resource.

My questions are of two types, basic and applied.  Basically, I'd like to
understand why some ANSI functions cannot be used in code resources.
My applied question is:  What do I replace calls to fprintf(), malloc(),
and free() with?