1 NAME 2 time - return the current time 3 4 SYNOPSIS 5 int time() 6 7 8 DESCRIPTION 9 Return the current time as an integer. The time can be converted 10 into a string with the kfun ctime(). 11 12 SEE ALSO 13 kfun/ctime, kfun/millitime