IBM
Contents Index Previous Next



Unsigned (and Similar) Types


There are three files called:

unsigned.pr
unsigned_long.pr
longint.pr

where three SDL sorts implemented in C as unsigned, unsigned long, and long int may be found. All these types are in SDL implemented as syntypes of integer. For more information please see the definitions of the data types.

Note:

These ADTs are only provided for backward compatibility, as is recommended to use the types in the package ctypes instead. The package ctypes is discussed first in this chapter.


http://www.ibm.com/rational
Contents Index Previous Next