/sys$common/syshlp/helplib.hlb CC, Run-time functions, brk *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Determines the lowest virtual address that is not used with the program. Syntax: #include <stdlib.h> void *brk(unsigned long int addr);
|