secnds man page on SunOS

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
SunOS logo
[printable version]

SECNDS(3F)							    SECNDS(3F)

NAME
       secnds - return system time in seconds since midnight

SYNOPSIS
       real function secnds (t0)
       real t0

DESCRIPTION
       The function secnds( t0 ) returns the system time as the number of sec‐
       onds since midnight, minus t0, as in VMS.

NOTES
       Usage:

	 real  t, t0, secnds
	      ...
	 t = secnds(t0)

       Example:

       demo% cat sec1.f
	    real elapsed, t0, t1, x, y
	    t0 = 0.0
	    t1 = secnds( t0 )
	    y = 0.1
	    do i = 1, 1000
		 x = asin( y )
	    end do
	    elapsed = secnds( t1 )
	    write ( *, 1 ) elapsed
       1    format ( ' 1000 arcsines: ', f12.6, ' sec' )
	    end
       demo% f77 -silent sec1.f
       demo% a.out
	1000 arcsines: 6.699141 sec
       demo%

FILES
       libfui.a

SEE ALSO
       ctime(3c), itime(3F), idate(3F), fdate(3F)
       FORTRAN 77 Reference Manual

				 07 July 1995			    SECNDS(3F)
[top]

List of man pages available for SunOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net