]> andersk Git - splint.git/blame - test/stringliteral.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / stringliteral.c
CommitLineData
98b591d2 1
2char buf[8] = "\000\000\000\000\000\000\000\000";
3char bufa[8] = "\000\000\000\000\000\000\000\001";
4char buf2[4] = "abcd";
5char buf3[4] = "ab\n";
6char buf4[4] = "\034\342\24";
7char buf5[4] = "abcdef";
8
This page took 0.09108 seconds and 5 git commands to generate.