proc_btime()

Boot time

Syntax:

int proc_btime(void);

Arguments:

no arguments

Description:

The boot time since the Epoch (00:00:00 UTC, January 1, 1970), measured in seconds.

Return Values:

On success, returns the boot time (in seconds). On error, -1 is returned.

See Also:

proc_time()



INDEX