This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RVCT :time_t

time_t is defined in time.h as :

typedef unsigned int time_t;

In my opinion it should be defined as :

typedef long time_t;

Am I right ?

0