%% options copyright owner = Dirk Krause copyright year = 2015-xxxx SPDX-License-Identifier: BSD-3-Clause %% header /** @file Comparison between signed and unsigned number (dk4_im_t and dk4_um_t). */ #ifndef DK4CONF_H_INCLUDED #if DK4_BUILDING_DKTOOLS4 #include "dk4conf.h" #else #include #endif #endif #ifndef DK4TYPES_H_INCLUDED #if DK4_BUILDING_DKTOOLS4 #include "dk4types.h" #else #include #endif #endif #ifdef __cplusplus extern "C" { #endif /** Compare dk4_im_t and dk4_um_t. @param s dk4_im_t. @param u dk4_um_t. @return 1 if s>u, 0 if s==u, -1 if s