示例#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)