/* 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: dk4maiwdmu.ctr */ /** @file dk4maiwdmu.c The dk4maiwdmu module. */ #line 87 "dk4maiwdmu.ctr" #include "dk4conf.h" #ifndef DK4USE_H_INCLUDED #include "dk4use.h" #endif #if DK4_HAVE_ASSERT_H #ifndef ASSERT_H_INCLUDED #include #define ASSERT_H_INCLUDED 1 #endif #endif #if DK4_USE_PRAGMA_WARNING_DISABLE #pragma warning (disable:4206) #endif #if DK4_HAVE_INTMAX_T #ifndef DK4MAIWDDU_H_INCLUDED #include "dk4maiwddu.h" #endif #ifndef DK4MAIWDMU_H_INCLUDED #include "dk4maiwdmu.h" #endif int dk4ma_input_wc_dec_uintmax_t( uintmax_t *rp, const wchar_t *src, const wchar_t **endptr, int atg, dk4_er_t *erp ) { #if DK4_USE_ASSERT assert(NULL != rp); assert(NULL != src); #endif return (dk4ma_input_wc_dec_dk4_um_t(rp, src, endptr, atg, erp)); } #endif