I find myself doing the following quite a bit:
char vals[count+1]; vals[count+1] = \'\\0\';
Is there a simpler way to do this initialization