2026-01-14 2:54 PM
I want to change heap4.c to add a feature. I want the heap program to tell me, when I ask for memory and I get a Malloc Failure, I want to know the shortfall. I have a method for this, which works, but involves changing heap4.c. When I do that, any time I go back to the configuration program to change the IOC file, the program regenerates all files. Since heap4.c does not have a user section, and certainly not there, the changes are overwritten.
I have a similar problem in main.c, but if I can do one source change, I can do others.