예제 #1
0
def int_to_bin(int_val):
    return _int_to_bin(int_val, width)
예제 #2
0
def int_to_bin(int_val):
    return _int_to_bin(int_val, width)