ONC+ Developer's Guide

Signed Integer

An XDR signed integer is a 32-bit datum that encodes an integer in the range [-2147483648,2147483647]. The integer is represented in two's complement notation; the most and least significant bytes are 0 and 3, respectively.

Declaration

Integers are declared:

int identifier;

Signed Integer Encoding

Text describes graphic.