Convert-Binary-C

 view release on metacpan or  search on metacpan

tests/include/pdclib/functions/_PDCLIB/_PDCLIB_strtox_prelim.c  view on Meta::CPAN

               was zero previously does not hurt, as the result is zero anyway.
            */
            if ( memchr( _PDCLIB_digits, tolower( *p ), *base ) == NULL )
            {
                p -= 2;
            }
        }
        else if ( *base == 0 )
        {
            *base = 8;
            /* back up one digit, so that a plain zero is decoded correctly
               (and endptr is set correctly as well).
               (2019-01-15, Giovanni Mascellani)
            */
            --p;
        }
        else
        {
            --p;
        }
    }



( run in 0.336 second using v1.01-cache-2.11-cpan-26ccb49234f )