summaryrefslogtreecommitdiff
path: root/support/dktools/dk4maidhsz.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/dktools/dk4maidhsz.c')
-rw-r--r--support/dktools/dk4maidhsz.c50
1 files changed, 0 insertions, 50 deletions
diff --git a/support/dktools/dk4maidhsz.c b/support/dktools/dk4maidhsz.c
deleted file mode 100644
index c5bed04a34..0000000000
--- a/support/dktools/dk4maidhsz.c
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
-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: dk4maidhsz.ctr
-*/
-
-/** @file dk4maidhsz.c The dk4maidhsz module.
-*/
-
-
-#line 80 "dk4maidhsz.ctr"
-
-#include "dk4conf.h"
-#include "dk4maidhsz.h"
-
-#if DK4_CHAR_SIZE > 1
-#if DK4_CHAR_SIZE == DK4_SIZEOF_WCHAR_T
-#include "dk4maiwhsz.h"
-#else
-#error "Illegal dkChar size!"
-#endif
-#else
-#include "dk4mai8hsz.h"
-#endif
-
-
-
-int
-dk4ma_input_dk_hex_size_t(
- size_t *rp,
- const dkChar *src,
- const dkChar **endptr,
- int atg,
- dk4_er_t *erp
-)
-{
-#if DK4_CHAR_SIZE > 1
- return ( dk4ma_input_wc_hex_size_t(rp, src, endptr, atg, erp));
-#else
- return ( dk4ma_input_c8_hex_size_t(rp, src, endptr, atg, erp));
-#endif
-}
-