I need to get milliseconds from the timer
// get timer part time_t timer = time(NULL); struct tm now = *localtime( &timer ); char timesta
I, personally, use this one: http://wyw.dcweb.cn/time.htm