Changeset 1984 for trunk/src/emx/include/InnoTekLIBC/FastInfoBlocks.h
- Timestamp:
- May 8, 2005, 2:11:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/FastInfoBlocks.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1983 r1984 130 130 * System stuff 131 131 */ 132 /** Get the current millisecond counter value. */ 132 133 #define fibGetMsCount() (__libc_GpFIBGIS->SIS_MsCount) 134 /** Get the Unix timestamp (seconds). */ 135 #define fibGetUnixSeconds() (__libc_GpFIBGIS->SIS_BigTime) 133 136 134 137 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.