Assert that String() and Key() are given null-terminated strings
Assert in case users attempt to pass a char array to String() or Key() that is not null terminated; that is not the intended use of the API. Null terminate your string buffers.
Showing
Please
register
or
sign in
to comment