/* $NetBSD: wcstoumax.c,v 1.1 2003/03/11 09:21:24 tshiozak Exp $ */ #include #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: wcstoumax.c,v 1.1 2003/03/11 09:21:24 tshiozak Exp $"); #endif /* LIBC_SCCS and not lint */ #include #include #include #include #include #include #include #include #include "__wctoint.h" #define _FUNCNAME wcstoumax #define __UINT uintmax_t #define __UINT_MAX UINTMAX_MAX #include "_wcstoul.h"