Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/cpp/function-params.txt
2021-04-07 19:25:18 -04:00

8 lines
157 B
Plaintext
Vendored

int f(
int a = 1,
char* b = "2", // Line comment
double c = 3.0, /* Block comment */
ARRAY(int, 5) d,
void* e __attribute__((unused))
);