tai_now.c (133B)
1 #include <time.h> 2 #include <tai/tai.h> 3 4 void tai_now(struct tai *t) 5 { 6 t->x = 4611686018427387914ULL + (uint64) time((long *) 0); 7 }
suitcaseUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README |