view lib/uinttostr.c @ 13706:b236a91e37b9

pthread: add pthread_spin_destroy * lib/pthread.in.h (pthread_spin_destroy): New function.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 20 Sep 2010 16:14:49 -0700
parents 4a25c1663687
children f44f7159cdc4
line wrap: on
line source

#define anytostr uinttostr
#define inttype unsigned int
#define inttype_is_signed 0
#include "anytostr.c"