1#ifndef Cpl_Math_integer_h_
2#define Cpl_Math_integer_h_
30void incrementLargeInteger( uint8_t* integerToBeIncrement,
int integerSizeInBytes, uint8_t incValue=1,
bool littleEndian=
true ) noexcept;
void incrementLargeInteger(uint8_t *integerToBeIncrement, int integerSizeInBytes, uint8_t incValue=1, bool littleEndian=true) noexcept
This method treats the binary array a single 'large integer' and increment the array/large-integer by...
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20