qc.hlp (Table of Contents; Topic list)
alloca
 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
                                    -♦-