i am trying to use this command
Return to article...[an error occurred while processing this directive]
like
system(date)
I store this in a file named test.c
#include
#include
system("date");
i run with gcc -c test.c
i get one error i cannot handle
parse error before string
have you some ideas
many thanks