Edit

kc3-lang/gnulib/modules/calloc-gnu

Branch :

  • modules/calloc-gnu
  • Description:
    calloc() function that is glibc compatible.
    
    Files:
    lib/calloc.c
    m4/calloc.m4
    
    Depends-on:
    calloc-posix
    
    configure.ac:
    gl_FUNC_CALLOC_GNU
    if test $REPLACE_CALLOC = 1; then
      AC_LIBOBJ([calloc])
    fi
    
    Makefile.am:
    
    Include:
    <stdlib.h>
    
    License:
    LGPLv2+
    
    Maintainer:
    Jim Meyering