V6/usr/source/iolib/calloc.c

Compare this file to the similar file:
Show the results in this format:

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