georgemichalis
Results
1
comments of
georgemichalis
error: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Werror=restrict]
The C library function `int sprintf(char *str, const char *format, ...)` sends formatted output to a string pointed to, by str. Consider the following scenario. `sprintf(phrase, "%s %s", phrase, phrase);`...