j
k
j a
j l
proto type void fun("abc def", fun2(para1, para2), 15); will not highlighted
Well, its not a prototype, the prototype would be (at a guess) `void fun(const char*, int, int);` though the second parameter could be anything returned from `fun2`.
Attachments:
Back to the thread
Back to the list