JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add xcalloc wrapper
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 17 Sep 2012 20:11:20 +0000 (22:11 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 17 Sep 2012 20:11:20 +0000 (22:11 +0200)
commite3671006dba1c21316c570e11d6688f5513fb44e
tree3a781c88042da7ec340d97487d9655643390ebe4
parent426887ccec8577ee33d1fb44f258d6a70a2eddf1
Add xcalloc wrapper

malloc and realloc are called through xmalloc and xrealloc, so calloc should
be called through xcalloc.
---
 st.c |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
st.c