annotate lib/umaxtostr.c @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents d5c7df915328
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 umaxtostr
4983
1ade121b7fb9 New module inttostr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 #define inttype uintmax_t
13400
4a25c1663687 inttostr: add a new function, inttostr, and tests
Jim Meyering <meyering@redhat.com>
parents: 12221
diff changeset
3 #include "anytostr.c"