]> andersk Git - splint.git/blame - test/tests2.5/immutable.c
Fixed manual csvoverwrite.
[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 3.659268 seconds and 5 git commands to generate.