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
I'm working with a C API which requires me to use NUL-terminated, no-interior-NUL, ascii strings. Since the standard library contains CStr and CString types it might be nice if this library contained the ascii equivalents of those as well.
The text was updated successfully, but these errors were encountered:
I'm working with a C API which requires me to use NUL-terminated, no-interior-NUL, ascii strings. Since the standard library contains
CStr
andCString
types it might be nice if this library contained the ascii equivalents of those as well.The text was updated successfully, but these errors were encountered: