On Monday, 11 March 2013 at 15:51:58 UTC, David wrote: >> But I do not think you can extend a memory block with C >> functions. > > What about realloc? That's what I use. But it moves your old memory into the new allocated. Or proves it first if your current memory block could be extended?