◄Description► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <malloc.h> Syntax: void *alloca( size_t size ); Returns: a void pointer to the allocated space if successful, or NULL if not. See also: calloc, malloc, realloc -♦-