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