]> andersk Git - splint.git/blame - test/sizeof.c
Made a few quick edits to the manual before creating the HTML page.
[splint.git] / test / sizeof.c
CommitLineData
a469ccf0 1int main()
2{
3 char x[3];
4 char y[3];
5
6 x[(sizeof x)] = 'i';
7 y[((sizeof y) - 1)] = '0';
8 return 0;
9}
This page took 0.59974 seconds and 5 git commands to generate.