Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I have this statement in my code:
struct timeval tv;
but I cannot jump to timeval struct definition, if I press F2 or F4 it does nothing.
It has no problem jumping to time_t from
time_t curtime = tv.tv_sec;
Do you know what's going on?
Thanks!
I have a same problem.