]> andersk Git - splint.git/blame - test/tests2.5/immutable.c
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / tests2.5 / immutable.c
CommitLineData
80ee600a 1# include "immutable.h"
2
3immutable immutable_create (int x)
4{
5 immutable res = (immutable) malloc (sizeof (*res));
6
7 res->x = x;
8 return res;
9}
10
This page took 0.176591 seconds and 5 git commands to generate.