Next: incTime, Previous: elapsedTime, Up: Times
return the current process times
#include <suplib/times.h>Time *currentTime(Time *time);
Time *time
- the destination
Time
structure
currentTime
fills a specified Time
structure with the
current user, system and clock times for the process.
It returns the passed pointer.
Diab Jerius