]> Sergey Matveev's repositories - st.git/commit
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)
commitcf7edb2641fb7e5637acf9378aa5dcc750a4a468
tree3a781c88042da7ec340d97487d9655643390ebe4
parent8a9c8b75028850436a535f87f34bcf3c04463029
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