Reinterpret a char pointer as an unsigned char pointer.

Synopsis

Declared in <span.h>

unsigned char*
UCharCast(char* c);

Return Value

The same address typed as an unsigned char pointer.

Parameters

Name

Description

c

The char pointer to cast.

Created with MrDocs