update inbox list
This commit is contained in:
7
vendor/scrivo/highlight.php/test/markup/cpp/function-params.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/cpp/function-params.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
int f(
|
||||
int a = 1,
|
||||
char* b = "2", // Line comment
|
||||
double c = 3.0, /* Block comment */
|
||||
ARRAY(int, 5) d,
|
||||
void* e __attribute__((unused))
|
||||
);
|
||||
Reference in New Issue
Block a user