Function ssoti_requiresrealloc#
Defined in File semisparse/scalar/base.h
Function Documentation#
-
uint8_t ssoti_requiresrealloc(semiotin_t *src, semiotin_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.