예제 #1
0
def bin_to_int(bin_val):
    return _bin_to_int(bin_val, width)
예제 #2
0
def bin_to_int(bin_val):
    return _bin_to_int(bin_val, width)