Implement the C11 notion of function equivalence, which allows prototyped functions to match K+R functions, even though they are different.
type of first function
type of second function
true if C11 considers them equivalent
See Implementation
Implement the C11 notion of function equivalence, which allows prototyped functions to match K+R functions, even though they are different.