]> andersk Git - splint.git/blame - test/tests2.2/bstring.c
Fixed \ line parsing.
[splint.git] / test / tests2.2 / bstring.c
CommitLineData
885824d3 1char *s1 = { "hullo" } ;
2char *s2 = "hullo";
3char *s3 = { 'h', 'u', 'l', 'l', 'o' };
4char *s4 = { "hullo", "g'bye" } ;
This page took 0.33786 seconds and 5 git commands to generate.