V6/usr/source/iolib/calloc.c

Find at most related files.
including files from this version of Unix.

calloc(n, s)
{
return(alloc(n*s));
}