USG_PG3/usr/source/portc1/calloc.c

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

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