Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
#include <time.h>#include <stdio.h>int main(void) { printf ("sizeof time_t is: %zu\n", sizeof(time_t)); return 0;}