libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit a95fdea9c30d4788638481d409062914608b755b
parent 199e1c82c83a58b8343ba0e46a73c7fe9fe2bf0c
Author: Mattias Andrée <maandree@kth.se>
Date:   Sat,  5 Mar 2016 23:31:47 +0100

Clean up

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Msrc/allocator.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/allocator.c b/src/allocator.c @@ -1,8 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "internals.h" -#include <stdint.h> - void libzahl_realloc(z_t a, size_t need)