Hello,

I want to find the difference between two times in C. I am using difftime to calculate the difference but it appears that the results are being returned in seconds. I need to get the exact difference between the two times (nano, micro, milli, etc). Can anyone provide some suggestions on how this can be done?

Thanks