How to get the current time in milliseconds in C Programming?
http://stackoverflow.com/questions/8558625/how-to-get-the-current-time-in-milliseconds-in-c-programming#include #include int main() { clock_t t1, t2; t1 = clock(); int i; fo