| #include <time.h> | |
| time_t time(time_t *calptr); | |
| /* Returns: value of time if OK, −1 on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| #include <time.h> | |
| time_t time(time_t *calptr); | |
| /* Returns: value of time if OK, −1 on error */ |