Nyquist / XLISP 2.0  -  Contents | Tutorials | Examples | Reference

bigendianp


Type:   -   function (subr)
Source:   -   xlfio.c

Syntax

(bigendiap)
returns -  T  with a big-endian architecture, otherwise NIL.

Description

The 'bigendianp' function tests if Nyquist/XLISP runs on a bigendian machine, storing the high-order byte of an integer at the lowest byte address of the integer.

See also:

  Back to Top


Nyquist / XLISP 2.0  -  Contents | Tutorials | Examples | Reference