Changes in uspace/lib/c/generic/time.c [3f7fe9e:0a520db] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/time.c
r3f7fe9e r0a520db 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.