Help for this page

Select Code to Download


  1. or download this
    #define BIT_WITHIN_UV_MASK 0x3F
    #define BIT0 ((UV)0x8000000000000000)
    ...
    
             uv = ...
             sv = uv & BITNO_TO_BITMASK(index) ? &PL_sv_yes : &PL_sv_no;
    
  2. or download this
    MMA.xs:463: warning: integer constant is too large for "long" type