parenthese tag

1 questions


1 answers
138 views
0
Why is this code parentheses on both sides of the function name?

I found this C function in the project source fileint (foo) (int *bar){ return foo (bar);}At first, I thought it was a function point, but it wasn't eitherWhy is it covered in parentheses?

2 years ago

© 2024 OneMinuteCode. All rights reserved.