diff options
Diffstat (limited to 'lib/offtostr.c')
-rw-r--r-- | lib/offtostr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/offtostr.c b/lib/offtostr.c new file mode 100644 index 0000000000..45196e28a4 --- /dev/null +++ b/lib/offtostr.c @@ -0,0 +1,3 @@ +#define inttostr offtostr +#define inttype off_t +#include "inttostr.c" |