index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
#include "time32.h" #include <time.h> char *__ctime32(time32_t *t) { return ctime(&(time_t){*t}); }