Table of Contents
The function
allocates bytes of space in the stack frame of the caller. This temporary
space is automatically freed on return.
The function returns
a pointer to the beginning of the allocated space. If the allocation failed,
a pointer is returned.
The function is machine dependent;
its use is discouraged.
Table of Contents