https://github.com/lattera/glibc/blob/master/malloc/malloc.c#L212
What is the purpose of that? redefining void ?! Can someone explain it to me?
@Repeater If that statement is deleted, will code break?
Last edited on
@FurryGuy @Repeater How can I do a test? I am not familiar with compilers
Last edited on
Just delete it from the file, and see if your code builds again afterwards.
You'll want to do a clean rebuild, because the compiler probably won't check whether a standard header has changed.