Codice PHP:
$ gcc -Wall main.c
main.c: In function 'main':
main.c:68: warning: format '%c' expects type 'int', but argument 3 has type 'char (*)[99u]'
main.c:75: warning: format '%c' expects type 'int', but argument 3 has type 'char (*)[99u]'
Codice PHP:
$ gcc -Wall main.c
main.c: In function 'main':
main.c:68: warning: format '%c' expects type 'int', but argument 3 has type 'char (*)[99u]'
main.c:75: warning: format '%c' expects type 'int', but argument 3 has type 'char (*)[99u]'