Closed GoogleCodeExporter closed 9 years ago
This is a property of the C language. "myfunction" by itself (no parenthesis)
is interpreted as a pointer to the function, rather than a call to the
function, so "if (myfunction)" is a valid (if rather useless) statement,
similar to "if (0x1234)"
Original comment by wes...@gmail.com
on 20 Oct 2012 at 2:15
Original issue reported on code.google.com by
colin.ge...@gmail.com
on 19 Oct 2012 at 10:53