Re: Calling functions through a pointerI

2017-10-12 Thread Jonathan Wakely
On 12 October 2017 at 18:09, Toshi Morita via gcc wrote: > This isn't a GCC question specifically - it's more of a C language question. And so is off-topic here. > I'm involved in a discussion involving C language function pointers. > The other party claims calling functions through a function p

Calling functions through a pointerI

2017-10-12 Thread Toshi Morita via gcc
This isn't a GCC question specifically - it's more of a C language question. I'm involved in a discussion involving C language function pointers. The other party claims calling functions through a function pointer is "undefined behavior" because it's not specifically mentioned in the C language