Go to the first, previous, next, last section, table of contents.


11.1.3 Long Integer Trait

The trait for long integers is defined by renaming sorts and trait functions of the trait short (see section 11.1.2 Short Integer Trait).

% @(#) $Id: long.lsl,v 1.4 1994/09/14 05:22:01 leavens Exp $
long(long): trait
  includes short(long, LONG_MIN for SHRT_MIN, LONG_MAX for SHRT_MAX)


Go to the first, previous, next, last section, table of contents.