Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoUtils.h File Reference

Description

Contains various helper functions.

Go to the source code of this file.

Macros

#define GoUtils_MinMax_(in, min, max)   (((in) > (max) || (in) < (min)) ? (kFALSE) : (kTRUE))
 Returns true if input is within min and max.