Reinterpret a const signed char pointer as a const unsigned char pointer.
Synopsis
Declared in <span.h>
unsigned char const*
UCharCast(signed char const* c);
Return Value
The same address typed as a const unsigned char pointer.
Parameters
Name |
Description |
c |
The |
Created with MrDocs