fromepoch-posix.c (86B)
1 #include <time.h> 2 3 #include <scc/scc.h> 4 5 long long 6 fromepoch(time_t t) 7 { 8 return t; 9 }