/[gcl]/gcl/binutils/libiberty/calloc.c
ViewVC logotype

Diff of /gcl/binutils/libiberty/calloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:24 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:54 2005 UTC
# Line 13  Uses @code{malloc} to allocate storage f Line 13  Uses @code{malloc} to allocate storage f
13  */  */
14    
15  #include "ansidecl.h"  #include "ansidecl.h"
 #include "libiberty.h"  
   
16  #ifdef ANSI_PROTOTYPES  #ifdef ANSI_PROTOTYPES
17  #include <stddef.h>  #include <stddef.h>
18  #else  #else
# Line 23  Uses @code{malloc} to allocate storage f Line 21  Uses @code{malloc} to allocate storage f
21    
22  /* For systems with larger pointers than ints, this must be declared.  */  /* For systems with larger pointers than ints, this must be declared.  */
23  PTR malloc PARAMS ((size_t));  PTR malloc PARAMS ((size_t));
24    void bzero PARAMS ((PTR, size_t));
25    
26  PTR  PTR
27  calloc (nelem, elsize)  calloc (nelem, elsize)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26