Rose
7fd680c983
Do variable length arrays the C99 way
...
Variable length arrays are supported by C99, but having it denoted as "1" confused the compiler and is not defined.
Note that because we don't get the inferred NULL terminator, we have to increase the malloc size by one.
2023-06-15 15:25:17 -04:00
..
2022-05-31 10:18:39 -06:00
2022-09-20 11:27:40 -06:00
2020-01-20 14:58:02 -07:00
2022-06-30 13:35:07 -06:00
2022-06-03 12:50:31 -06:00
2023-05-02 10:37:39 -06:00
2023-03-16 15:01:41 -06:00
2021-08-09 15:50:25 -06:00
2022-09-07 07:48:31 -06:00
2020-08-12 09:57:42 -06:00
2020-08-12 09:57:42 -06:00
2023-06-15 15:25:17 -04:00
2023-03-13 15:02:03 -06:00
2023-02-15 04:06:15 +00:00
2019-04-29 07:21:51 -06:00
2023-05-05 10:20:21 -06:00
2022-12-15 19:49:11 -07:00
2023-01-18 08:21:34 -07:00
2023-01-18 13:38:15 -07:00
2019-04-29 07:21:51 -06:00
2020-08-12 09:57:42 -06:00
2023-06-04 19:08:52 -06:00