cFuncEquivalence

Implement the C11 notion of function equivalence, which allows prototyped functions to match K+R functions, even though they are different.

bool
cFuncEquivalence

Parameters

tf1 TypeFunction

type of first function

tf2 TypeFunction

type of second function

Return Value

Type: bool

true if C11 considers them equivalent

Meta