OpenTP1 Version 7 Programming Reference C Language

[Contents][Index][Back][Next]

Character type (basic data type)

Format

[ unsigned ]  char

Data type explanation

The keyword unsigned is optional and has no meaning. A signed character type cannot be used. To write a signed eight-bit integer, use the small data type.