bashapp icon indicating copy to clipboard operation
bashapp copied to clipboard

unable to compile

Open mrmte opened this issue 4 years ago • 0 comments

gcc bashapp.c -o bashapp In file included from bashapp.c:26: ./bashapp.h:326:12: error: implicit declaration of function 'time' is invalid in C99 [-Werror,-Wimplicit-function-declaration] srand( time(NULL) ); ^ bashapp.c:63:16: error: implicit declaration of function 'time' is invalid in C99 [-Werror,-Wimplicit-function-declaration] srand( time(NULL) ); ^ 2 errors generated.

mrmte avatar Jun 24 '21 10:06 mrmte