taglinefilesource code
bin218drivers/block/sjcd.cstatic unsigned char bin2bcd( int bin ){
bin221drivers/block/sjcd.cu = bin % 10; v = bin / 10;