Defines

general.h File Reference

This graph shows which files directly or indirectly include this file:

Defines

#define MAX(x, y)   ((x) > (y) ? (x) : (y))
#define MIN(x, y)   ((x) < (y) ? (x) : (y))

Define Documentation

#define MAX (   x,
  y 
)    ((x) > (y) ? (x) : (y))

Convenience macro do get maximum of two numbers

#define MIN (   x,
  y 
)    ((x) < (y) ? (x) : (y))

Convenience macro do get maximum of two numbers

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines