]> andersk Git - splint.git/blame - test/tests2.5/immutable.h
Generating flag manual; separated ARG_STRING into filename, path,
[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.104419 seconds and 5 git commands to generate.