VMS Help CC, Language topics, Builtin Functions, ALLOCA *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Allocates n bytes from the stack and returns a pointer to the allocated memory. Syntax: void *__ALLOCA (unsigned int n);
|