/* 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: dk4mai8hmi.ctr */ /** @file dk4mai8hmi.c The dk4mai8hmi module. */ #line 87 "dk4mai8hmi.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 #include "dk4mai8hdi.h" #include "dk4mai8hmi.h" int dk4ma_input_c8_hex_intmax_t( intmax_t *rp, const char *src, const char **endptr, int atg, dk4_er_t *erp ) { #if DK4_USE_ASSERT assert(NULL != rp); assert(NULL != src); #endif return (dk4ma_input_c8_hex_dk4_im_t(rp, src, endptr, atg, erp)); } #endif