/* $OpenBSD: wcstol.c,v 1.2 2005/08/08 08:05:35 espie Exp $ */ /* $NetBSD: wcstol.c,v 1.2 2003/03/11 09:21:23 tshiozak Exp $ */ #include #include #include #include #include #include #include "wctoint.h" #define FUNCNAME wcstol typedef long int_type; #define MIN_VALUE LONG_MIN #define MAX_VALUE LONG_MAX #include "_wcstol.h"