Loading lib_dec/lib_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,14 @@ #endif #include "wmc_auto.h" #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif /*---------------------------------------------------------------------* * Local structs *---------------------------------------------------------------------*/ Loading lib_util/rotation_file_reader.c +10 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,16 @@ #include <string.h> #include <stdbool.h> #ifdef FIX_BASOP_2023_TDREND_DISTATT_PRECISION #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif #endif struct RotFileReader { Loading Loading
lib_dec/lib_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,14 @@ #endif #include "wmc_auto.h" #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif /*---------------------------------------------------------------------* * Local structs *---------------------------------------------------------------------*/ Loading
lib_util/rotation_file_reader.c +10 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,16 @@ #include <string.h> #include <stdbool.h> #ifdef FIX_BASOP_2023_TDREND_DISTATT_PRECISION #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif #endif struct RotFileReader { Loading