Macaulay2 Engine
Loading...
Searching...
No Matches

◆ fits_31() [2/2]

int32_t safe::fits_31 ( int32_t x,
const char * msg )
inlinestatic

Definition at line 86 of file overflow.hpp.

87{
88 if
89 expect_false(x < 0) ov(msg);
90 return x;
91}
return(void *) result
void ov(const char *msg)
Definition overflow.cpp:5
volatile int x
#define expect_false(x)
Definition overflow.hpp:66

References expect_false, ov(), and x.

Referenced by fits_31().