#include<time.h> int main() { return 0; }
Standard input is empty
cc1: warnings being treated as errors prog.c: In function ‘main’: prog.c:6: error: implicit declaration of function ‘nanosleep’ prog.c:6: error: array type has incomplete element type
Standard output is empty