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