I need to get milliseconds from the timer
// get timer part time_t timer = time(NULL); struct tm now = *localtime( &timer ); char timesta
there is the function getimeofday(). returns time in ms check here: http://souptonuts.sourceforge.net/code/gettimeofday.c.html