I really like the count prefixed strings, and will be adding it to my grow set of C stuff I'm gathering. My ultimate goal is to have something that does reference counted, count prefixed, null terminated strings, like Free Pascal.
I think using the cleanup attribute, and a defer macro can make it happen.
I think using the cleanup attribute, and a defer macro can make it happen.