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