Need to use realloc on RLP for G120, but cant find any RLP extension for this.
Is there any solution on this?
Need to use realloc on RLP for G120, but cant find any RLP extension for this.
Is there any solution on this?
The only way is to do it manually, malloc then free old buffer.
Thanks!