Possible Duplicate:
What is ultimately a time_t typedef to?
In /usr/include/time.h time_t is defined as typedef __time_t time_t. What does this mean exactly? Is the type of time_t compiler specific? I have heard it is by default a long value.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Standard says:
You just need to retain that it is an arithmetic type: you can perform arithmetic with values of
time_ttype.