Function soti_requiresrealloc#

Function Documentation#

uint8_t soti_requiresrealloc(sotinum_t *src, sotinum_t *dest)#

Function that compares memory from two oti numbers and determines weather if memory reallocation is necessary if src is will be copied to dest.

Parameters:
  • src[in] Address of the source oti number.

  • dest[in] Address of the destination oti number.