Help for this page

Select Code to Download


  1. or download this
    ....
    if($Config{nvsize} == 8)   { $nvtype = 'LU_NV_IS_64_BIT'  } # double o
    +r 8-byte long double
    ...
     DEFINE => $defines,
     ....
    );
    
  2. or download this
    #if   defined(LU_NV_IS_64_BIT)
    #define MY_FORMAT "%.17"
    ...
    #else
    #define MY_FORMAT "%.36"
    #endif