Changes in uspace/lib/c/generic/time.c [0a520db:3f7fe9e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/time.c
r0a520db r3f7fe9e 79 79 clock_t clock(void) 80 80 { 81 static_assert(CLOCKS_PER_SEC == 1000000 , "");81 static_assert(CLOCKS_PER_SEC == 1000000); 82 82 83 83 size_t count;
Note:
See TracChangeset
for help on using the changeset viewer.