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
Hey there. Is there a possibility of function variants that take the input string's length as a parameter instead of relying on them being null-terminated?
I have an application that makes heavy use of path manipulation and all of the string sizes are known beforehand. Further, not all places where this will be needed will have null terminators, so I'd rather avoid a copy in such cases.
Just curious :)
The text was updated successfully, but these errors were encountered:
Hi @Qix- , I'm afraid it currently only supports null terminated strings. But that's a valid concern, I will think about this and get back to you next week!
Hey there. Is there a possibility of function variants that take the input string's length as a parameter instead of relying on them being null-terminated?
I have an application that makes heavy use of path manipulation and all of the string sizes are known beforehand. Further, not all places where this will be needed will have null terminators, so I'd rather avoid a copy in such cases.
Just curious :)
The text was updated successfully, but these errors were encountered: