Hello,
when I request memory with allocate, that area is always set to zero. That's what callocate should be for, right?
I am using: FreeBASIC Compiler - Version 1.10.1 (2023-12-24), built for linux-x86_64 (64bit)
allocate = callocate?
Re: allocate = callocate?
Allocate don't clear the memory, but it might already be cleared.