view lib/imaxtostr.c @ 11639:b2e769838448

hash: fix memory leak in last patch * lib/hash.c (hash_rehash): Avoid memory leak. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Thu, 18 Jun 2009 15:24:38 -0600
parents 1ade121b7fb9
children a12bc0c11a21
line wrap: on
line source

#define inttostr imaxtostr
#define inttype intmax_t
#include "inttostr.c"