[Info-vax] BASIC (and Horizon)

Lawrence D'Oliveiro ldo at nz.invalid
Wed Jan 31 16:22:33 EST 2024


On Wed, 31 Jan 2024 11:05:22 -0500, Stephen Hoffman wrote:

> (Not that I prefer to have to implement manual cleanup, much as I'd like
> to avoid explicitly deallocating memory in C.

Note that free(3) is defined as idempotent; freeing a NULL pointer is a 
harmless no-op. That simplifies things a lot.



More information about the Info-vax mailing list