[#UCharCast-08] = UCharCast :mrdocs: Reinterpret a `signed char` pointer as an `unsigned char` pointer. == Synopsis Declared in `<span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* UCharCast(signed char* c); ---- == Return Value The same address typed as an `unsigned char` pointer. == Parameters [cols="1,4"] |=== | Name| Description | *c* | The `signed char` pointer to cast. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#