/sys$common/syshlp/helplib.hlb CC, Run-time functions, times *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Passes back the accumulated times of the current process and its terminated child processes. This function is nonreentrant. Syntax: #include <times.h> clock_t times (struct tms *buffer); (POSIX-1) void times (tbuffer_t *buffer); (Compatibility)
|