missing.c 107 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 #include <sys/times.h> // missing _times function in libc clock_t _times(struct tms *ptms){ return 0; }