home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / calloc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  322 b   |  18 lines

  1. /*  calloc.h
  2.  
  3.     Standard C header file wrapper for alloc.h
  4. */
  5.  
  6. /*
  7.  *      C/C++ Run Time Library - Version 10.0
  8.  *
  9.  *      Copyright (c) 1997, 2000 by Inprise Corporation
  10.  *      All Rights Reserved.
  11.  *
  12.  */
  13.  
  14. /* $Revision:   9.0  $ */
  15.  
  16. #define  __USING_CNAME__
  17. #include <alloc.h>
  18. #undef   __USING_CNAME__