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

Name

Description

c

The const char pointer to cast.

Created with MrDocs