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
In a C application we need to pre-allocate the memory to read in a string value. We need to have a function to retrieve the size of the that value, so we can allocate the correct amount of memory.
The text was updated successfully, but these errors were encountered:
In a C application we need to pre-allocate the memory to read in a string value. We need to have a function to retrieve the size of the that value, so we can allocate the correct amount of memory.
The text was updated successfully, but these errors were encountered: