@ -25,6 +25,23 @@ sign(
}
static inline float
min(
const float a,
const float b
)
{
return a < b ? a : b;
max(
return a > b ? a : b;
typedef struct
The note is not visible to the blocked user.