1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
Files
coreutils/lib/imaxtostr.c

4 lines
74 B
C
Raw Normal View History

2002-10-19 12:34:03 +00:00
#define inttostr imaxtostr
#define inttype intmax_t
#include "inttostr.c"