Closed RedSkittleFox closed 3 years ago
Putting an underscore in a name of a function causes syntax error. Reproducable example: void this_doesnt_work(int) https://eisenwave.github.io/cdecl-plus/?decl=void%20this_doesnt_work(int)
void this_doesnt_work(int)
Thanks for the report.
Putting an underscore in a name of a function causes syntax error. Reproducable example:
void this_doesnt_work(int)
https://eisenwave.github.io/cdecl-plus/?decl=void%20this_doesnt_work(int)