Saturday, May 22, 2010

How do you print out the value in tstamp_t in C? Is it a string? Long?... Or do you have to break it apart?

Seems that you are asking from a reference guide. Probably that might be a variable the author used. Refer the previous pages of the book. The program should be carrying over from previous pages. Or try to give a piece of code here.

How do you print out the value in tstamp_t in C? Is it a string? Long?... Or do you have to break it apart?
The short answer: how are we suppose to know how to print it if we don't know what it is? It probably is some kind of time stamp but without the definition we can't know if it is a struct a typedef of some basic type or something else. Did it out and then someone can help you print it.


No comments:

Post a Comment