annotate lib/imaxtostr.c @ 6163:bba2240c9260

* iconvme.h: Add prototype for iconv_alloc.
author Simon Josefsson <simon@josefsson.org>
date Tue, 30 Aug 2005 07:38:53 +0000
parents 1ade121b7fb9
children a12bc0c11a21
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4983
1ade121b7fb9 New module inttostr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 #define inttostr imaxtostr
1ade121b7fb9 New module inttostr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 #define inttype intmax_t
1ade121b7fb9 New module inttostr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
3 #include "inttostr.c"