ZIGLIO, Frediano, VF-IT wrote: > Perhaps code like > > p = calloc(1, size); > if (!p) > ... > > is shorter and more readable?? I think so. --jkl