/sys$common/syshlp/helplib.hlb CC, Run-time functions, sbrk *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 <unistd.h> void *sbrk(long int incr);
|