OpenBSD-4.6/lib/libc/locale/wcstod.c

Compare this file to the similar file:
Show the results in this format:

/*	$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"