Business-PayPal-EWP
    
    
  
  
  
view release on metacpan or search on metacpan
#ifndef dITEMS
#   define dITEMS I32 items = SP - MARK
#endif
/* IV could also be a quad (say, a long long), but Perls
 * capable of those should have IVSIZE already. */
#if !defined(IVSIZE) && defined(LONGSIZE)
#   define IVSIZE LONGSIZE
#endif
#ifndef IVSIZE
#   define IVSIZE 4 /* A bold guess, but the best we can make. */
#endif
#ifndef UVSIZE
#   define UVSIZE IVSIZE
#endif
#ifndef NVTYPE
#   if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
#       define NVTYPE long double
#   else
( run in 0.308 second using v1.01-cache-2.11-cpan-5dc5da66d9d )