1 2 3 4 5
#include <sys/times.h> // missing _times function in libc clock_t _times(struct tms *ptms){ return 0; }