view lib/uinttostr.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 8c6aad2a3515
children 1785ef4dfcdf
line wrap: on
line source

#define inttostr uinttostr
#define inttype unsigned int
#include "inttostr.c"