diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-06-17 00:43:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-06-17 00:43:51 +0000 |
commit | b8b6a48d354485d15aed10fc2d1edcec1a234804 (patch) | |
tree | 22d5db0106d34cecaa4d1e6a2d1a8a03a22d1895 /contrib/diff/lib/umaxtostr.c | |
parent | d91e141302d1d5c643a83a96cc44b2feb3b43feb (diff) |
Notes
Diffstat (limited to 'contrib/diff/lib/umaxtostr.c')
-rw-r--r-- | contrib/diff/lib/umaxtostr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/diff/lib/umaxtostr.c b/contrib/diff/lib/umaxtostr.c new file mode 100644 index 000000000000..4f49a7f8ddd9 --- /dev/null +++ b/contrib/diff/lib/umaxtostr.c @@ -0,0 +1,3 @@ +#define inttostr umaxtostr +#define inttype uintmax_t +#include "inttostr.c" |