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
.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.