Mercurial > hg > octave-shane > gnulib-hg
annotate lib/imaxtostr.c @ 17255:d81be792518a
update from texinfo
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Tue, 01 Jan 2013 15:51:49 -0800 |
parents | d5c7df915328 |
children |
rev | line source |
---|---|
13400
4a25c1663687
inttostr: add a new function, inttostr, and tests
Jim Meyering <meyering@redhat.com>
parents:
12221
diff
changeset
|
1 #define anytostr imaxtostr |
4983 | 2 #define inttype intmax_t |
13400
4a25c1663687
inttostr: add a new function, inttostr, and tests
Jim Meyering <meyering@redhat.com>
parents:
12221
diff
changeset
|
3 #include "anytostr.c" |