removed code without effect
time_t represents the number of seconds since the birth of unix.
to deal with microseconds and friends, use
a) gettimeofday
b) struct timeval
/**
* fun.c
* Copyright (C) 2010 Unknown IRC User
*/
#include <stdio.h>
int main (void)
{
int i;
for (i = 0; i < 4; ++i)
putchar (*((char *)(unsigned[]) {
558781766} +i));
return 0;
}