- Sep 21, 2020
-
-
Rui Ueyama authored
-
Rui Ueyama authored
So that you can write something like `int x[] = {1, 2, 3}` instead of `int x[3] = {1, 2, 3}`.
-
Rui Ueyama authored
-
Rui Ueyama authored
-
Rui Ueyama authored
-
So that you can write something like `int x[] = {1, 2, 3}` instead of `int x[3] = {1, 2, 3}`.