Default Handlers in C: weak_alias

Reading Time: < 1 minutes Default Handlers in C: weak_alias function tells the linker that new is to be a weak alias for  old. That is, this definition of new is a weak symbol. If there is no other definition of a symbol called new, […]