Quote Originally Posted by jamadagni
/usr/include/time.h did not have any useful info.
Pretty weird...
This from my gcc 3.4.3/mingw
Qt Code:
  1. #ifndef _CLOCK_T_DEFINED
  2. typedef long clock_t;
  3. #define _CLOCK_T_DEFINED
  4. #endif
  5.  
  6. #ifndef _TIME_T_DEFINED
  7. typedef long time_t;
  8. #define _TIME_T_DEFINED
  9. #endif
To copy to clipboard, switch view to plain text mode 

And it seems from the standard that it's implemention dependent