/* $OpenBSD: wcstof.c,v 1.1 2009/01/13 18:18:31 kettenis Exp $ */ #include #include #include #include #include #define FUNCNAME wcstof typedef float float_type; #define STRTOD_FUNC strtof #include "_wcstod.h"