diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-11 13:22:29 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-11 13:22:29 +0000 |
commit | 5e2d8d624da4305197cce508b3bf271fd41c430a (patch) | |
tree | 4fec493a6d52d82de91b4add446c2e812713f01d /lib/umaxtostr.c | |
parent | 154c7adf71bab69829954a310f3ae02837ec5e7d (diff) | |
download | idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.tar.gz idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.tar.bz2 idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.zip |
* added inttostr module from gnulib, used in src/mkid.c to print an
off_t portably using offtostr()
Diffstat (limited to 'lib/umaxtostr.c')
-rw-r--r-- | lib/umaxtostr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/umaxtostr.c b/lib/umaxtostr.c new file mode 100644 index 0000000..4f49a7f --- /dev/null +++ b/lib/umaxtostr.c @@ -0,0 +1,3 @@ +#define inttostr umaxtostr +#define inttype uintmax_t +#include "inttostr.c" |