summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-simple/calloc.c
blob: 75edff86d880f19c686d031621ea87ee0cf8128f (plain)
1
2
3
4
5
6
7
8
/* 
 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 *
 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 */

#define L_calloc
#include "alloc.c"