mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-16 10:47:54 -04:00
6 lines
142 B
C
6 lines
142 B
C
/* $NetBSD: imaxtostr.c,v 1.1.1.1 2003/01/26 00:43:15 wiz Exp $ */
|
|
|
|
#define inttostr imaxtostr
|
|
#define inttype intmax_t
|
|
#include "inttostr.c"
|