DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-1 / test / tests2.5 / immutable.c
12345678910
# include "immutable.h" immutable immutable_create (int x) { immutable res = (immutable) malloc (sizeof (*res)); res->x = x; return res; }