use Array: {genarray, sel, -}; #define NO_OF_NODES 4096 int main() { example = genarray( [NO_OF_NODES], -1); return( example[0]); }