Richard Henderson Fri, 30 Jun 2017 00:51:07 -0700
On 06/29/2017 01:28 PM, Emilio G. Cota wrote:
+ int *size = data;
I'd really prefer you use size_t for all of these. r~