/* Copyright (C) 2015-2020, Dirk Krause SPDX-License-Identifier: BSD-3-Clause */ /* WARNING: This file was generated by the dkct program (see http://dktools.sourceforge.net/ for details). Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: dk4maiddbl.ctr */ /** @file dk4maiddbl.c The dk4maiddbl module. */ #line 91 "dk4maiddbl.ctr" #include "dk4conf.h" #include "dk4maiddbl.h" #if DK4_CHAR_SIZE > 1 #include "dk4maiwdbl.h" #else #include "dk4mai8dbl.h" #endif #if DK4_HAVE_ASSERT_H #ifndef ASSERT_H_INCLUDED #include #define ASSERT_H_INCLUDED 1 #endif #endif int dk4ma_input_dk_double( double *rp, const dkChar *src, const dkChar **endptr, int atg, dk4_er_t *erp ) { #if DK4_USE_ASSERT assert(NULL != rp); assert(NULL != src); #endif #if DK4_CHAR_SIZE > 1 return (dk4ma_input_wc_double(rp, src, endptr, atg, erp)); #else return (dk4ma_input_c8_double(rp, src, endptr, atg, erp)); #endif }