Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/libiberty/clock.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    2222This exception does not however invalidate any other reasons why
    2323the executable file might be covered by the GNU General Public License. */
     24
     25/*
     26
     27@deftypefn Supplemental long clock (void)
     28
     29Returns an approximation of the CPU time used by the process as a
     30@code{clock_t}; divide this number by @samp{CLOCKS_PER_SEC} to get the
     31number of seconds used.
     32
     33@end deftypefn
     34
     35*/
    2436
    2537#include "config.h"
Note: See TracChangeset for help on using the changeset viewer.