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