home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / source / iolib / calloc.c < prev    next >
Encoding:
Text File  |  1975-05-13  |  37 b   |  5 lines

  1. calloc(n, s)
  2. {
  3. return(alloc(n*s));
  4. }
  5.