12 bool omStringEqual(
const char *s1,
const char *s2,
int maxLen = 100);
16 const char *omTime(
long long millis,
int secondsDecimals = 0);
22 int omStringToInt(
const char *s,
int fixedDecimals = 0);
26 const char *omIpToString(
unsigned int,
bool flip =
false);
28 const char *omIpToString(
unsigned char ip[4]);
29 int omHexToInt(
const char *s,
int digitCount);
30 void omHsvToRgb(
unsigned char *hsvIn,
unsigned char *rgbOut);
31 void omRgbToHsv(
unsigned char *rgbIn,
unsigned char *hsvOut);
32 int omMigrate(
int x,
int dest,
int delta);
33 int omPinRange(
int x,
int low,
int high);