> Feels like a flaw to me... I can find out the length by iterating the 
> cstrings in the array until I arrive at nil, I feel like this should already 
> be there.

Welcome to why sentinel terminated collections were replaced with pascal 
collections. To encode the length you need more data and then you also need a 
conversion proc so thank apis that work with `char**` :D

Reply via email to