On 3/26/23 7:50 PM, Paul Eggert wrote:
Port more function definitions and declarations to C23.
This includes adding a return type when it defaulted to int.
Add some casts to and from GENERIC_LIST * that are needed
now that the list functions are prototyped.
Thanks for this work, it's much appre
Port more function definitions and declarations to C23.
This includes adding a return type when it defaulted to int.
Add some casts to and from GENERIC_LIST * that are needed
now that the list functions are prototyped.
This does not finish the job, as some trickier functions
still won't work with