/* $NetBSD: wcstoll.c,v 1.1 2003/03/11 09:21:23 tshiozak Exp $ */ #include #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: wcstoll.c,v 1.1 2003/03/11 09:21:23 tshiozak Exp $"); #endif /* LIBC_SCCS and not lint */ #include #include #include #include #include #include #include #include "__wctoint.h" #define _FUNCNAME wcstoll #define __INT /* LONGLONG */ long long int #define __INT_MIN LLONG_MIN #define __INT_MAX LLONG_MAX #include "_wcstol.h"