B
Bruce Sam
Is this a pointer array of function?If I was wrong,what does it
means?
means?
Bruce Sam said:Is this a pointer array of function?If I was wrong,what does it
means?
Bruce said:Is this a pointer array of function?If I was wrong,what does it
means?
array of pointer to function returning void
Bruce said:Is this a pointer array of function?If I was wrong,what does it
means?
Bruce Sam said:Is this a pointer array of function?If I was wrong,what does it
means?
This is an array of functions each with no (undefined) argument list
that return void. It can be made easier to understand ysing a typdef
for the function
This is an array of functions each with no (undefined) argument list
that return void. It can be made easier to understand ysing a typdef
for the function
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.