]> andersk Git - splint.git/blob - test/tests2.5/immutable.c
Modified configure.ac to new longer check for c++.
[splint.git] / test / tests2.5 / immutable.c
1 # include "immutable.h"
2
3 immutable 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.172628 seconds and 5 git commands to generate.