Recently I've spent hours making sure that the STRALLOCs are consistant with the STFREE's, and the DISPOSE are consistan with str_dup. But I keep thinking that there has to be an easier way to do this. The best I can think is identifying if a string has links on it(ptr->links), but to do that I think you would need to be able to identify what kind of info is being passed.
I've also heard that c++ might make it possible to stop mis-matched functions, and since I've recently converted, that would be quite handy, heh. Any ideas?
I've also heard that c++ might make it possible to stop mis-matched functions, and since I've recently converted, that would be quite handy, heh. Any ideas?