On Wed Jan 31 11:54:14 2024 +0000, Giovanni Mascellani wrote:
In general I'd avoid using `const` in structure fields, which tends to require unnecessary casting and make the structure less useful in its own for the client application.
Besides freeing I don't think there should be anyone that cares?
On the other hand, it seems that precedent is not to use const, so I guess I'll drop this.