UCharCast

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

NameDescription
cThe const signed char pointer to cast.