Is there a way to grow an array in C, but only if the memory can be grown in place (That is, fail to grow if the pointer needs to be changed)?

有帮助吗?

解决方案

In standard C there is no function capable of doing that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top