]> andersk Git - splint.git/blame - test/tests2.5/immutable.h
Fixed manual csvoverwrite.
[splint.git] / test / tests2.5 / immutable.h
CommitLineData
80ee600a 1typedef /*@abstract@*/ /*@immutable@*/ struct __ {
2 int x;
3} *immutable;
4
5extern immutable immutable_create (int) ;
6extern void immutable_print (immutable) ;
This page took 0.061586 seconds and 5 git commands to generate.