How do Iuse malloc, or something similiar in Codewarrior version 8 for palm?
Is there a library I must include?

void my_function(const UInt size)
{
    char *tempBuffer = (char *) malloc(size);
}

i get:
malloc is undefined


Kevin



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to