%% options copyright owner = Dirk Krause copyright year = 2015-xxxx license = bsd %% header /** @file Comparison between signed and unsigned number (dk4_im_t and dk4_um_t). */ #ifndef DK4CONF_H_INCLUDED #include "dk4conf.h" #endif #ifndef DK4TYPES_H_INCLUDED #include "dk4types.h" #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