home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Exemples / 10Lignes / AMCSourcesV2.lha / AMCSources2 / NeuralN / TIMER.h < prev    next >
Encoding:
Text File  |  1996-06-06  |  298 b   |  11 lines

  1. /*
  2. *-----------------------------------------------------------------------------
  3. *    file:    timer.h
  4. *    desc:    time a program in secs
  5. *    by:    patrick ko
  6. *    date:    18 jan 92
  7. *-----------------------------------------------------------------------------
  8. */
  9. void        timer_restart        ( );
  10. long int    timer_stop        ( );
  11.