Changeset 1902 for trunk/src/emx/include/InnoTekLIBC/backend.h
- Timestamp:
- Apr 24, 2005, 11:55:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.17
to1.18
r1901 r1902 792 792 /** @} */ 793 793 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 */ 803 hrtime_t __libc_Back_timeHighResNano(void); 804 805 /** @} */ 806 794 807 __END_DECLS 795 808 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.