You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sg_array above would be the array structure, and the sg_array_str() return the string value of an item retrieved by its index (zero in our example).
The text was updated successfully, but these errors were encountered:
It would be nice to support some array structure (or at least the C99 VLAs support) that could allow to do something like this:
The
sg_array
above would be the array structure, and thesg_array_str()
return the string value of an item retrieved by its index (zero in our example).The text was updated successfully, but these errors were encountered: