What primitive data type is time_t?

Posted by thyrgle on Stack Overflow See other posts from Stack Overflow or by thyrgle
Published on 2010-05-08T01:14:25Z Indexed on 2010/05/08 1:18 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

I do not know the data type of time_t. Is it a float double or something else? Because if I want to display it I need the tag that corresponds with it for printf. I can handle the rest from there for displaying time_t but I need to know the data type that corresponds with it.

© Stack Overflow or respective owner

Related posts about c

    Related posts about time-t