$ gcc -W -Wall -Wextra foo.c
$ ./a.out
snprintf := 6; testArray:="abcde"
snprintf := 6; testArray:="abcd"
snprintf := 6; testArray:="abcde"
snprintf := 5; testArray:="abcd"
snprintf := 4;...