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