mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
6 lines
143 B
C
6 lines
143 B
C
/* $NetBSD: umaxtostr.c,v 1.1.1.1 2003/01/26 00:43:15 wiz Exp $ */
|
|
|
|
#define inttostr umaxtostr
|
|
#define inttype uintmax_t
|
|
#include "inttostr.c"
|