Ignore:
Timestamp:
Apr 24, 2005, 11:55:59 AM (20 years ago)
Author:
bird
Message:

Added gethrtime().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/backend.h

    • Property cvs2svn:cvs-rev changed from 1.17 to 1.18
    r1901 r1902  
    792792/** @} */
    793793
     794
     795/** @defgroup grp_Back_time  LIBC Backend - Time Management
     796 * @{ */
     797
     798/**
     799 * Gets the current high-resolution timestamp as nanoseconds.
     800 *
     801 * @returns nanosecond timestamp.
     802 */
     803hrtime_t __libc_Back_timeHighResNano(void);
     804
     805/** @} */
     806
    794807__END_DECLS
    795808
Note: See TracChangeset for help on using the changeset viewer.