blob: 957d0a1492a130f0ddcda1f3181e7bb5615575c3 [file] [log] [blame]
/* $OpenBSD: wcstod.c,v 1.3 2009/01/13 18:18:31 kettenis Exp $ */
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
#include <wctype.h>
#define FUNCNAME wcstod
typedef double float_type;
#define STRTOD_FUNC strtod
#include "_wcstod.h"