Skip to main content

unsignedchar

Force char to be unsigned.

unsignedchar (value)

Note that char is still a distinct type from signed char and unsigned char.

Parameters

value is one of:

ValueDescription
OnForces char to be unsigned.
OffForces char to be signed.

Applies To

Project configurations.

Availability

Premake 5.0.0-alpha14 or later.

Examples

unsignedchar "On"