UCharCast

Reinterpret a const char pointer as a const unsigned char pointer.

Synopsis

Declared in <span.h>

unsigned char const*
UCharCast(char const* c);

Return Value

The same address typed as a const unsigned char pointer.

Parameters

NameDescription
cThe const char pointer to cast.