when I use clock_gettime in my code snippet and compile with the -std = c99 flag, I got this error:
warning: implicit declaration of function 'clock_gettime' error: 'CLOCK_REALTIME' undeclared (first use in this function)
and I included the file "time.h". who knows how to fix it.
c c99
Xinyu NG
source share