bcdtobin(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
BCDTOBIN(9)            NetBSD Kernel Developer's Manual            BCDTOBIN(9)


NAME
bcdtobin, bintobcd -- convert a single byte between (unsigned) packed bcd and binary
SYNOPSIS
#include <sys/systm.h> unsigned int bcdtobin(unsigned int bcd); unsigned int bintobcd(unsigned int bin);
DESCRIPTION
The bcdtobin() and bintobcd() functions convert a single byte between (unsigned) packed bcd and binary encodings.
RETURN VALUES
The bcdtobin() function returns the binary value of its BCD-encoded argu- ment, bcd. The bintobcd() function returns the BCD encoding of its binary argument, bin. NetBSD 9.1 March 11, 2006 NetBSD 9.1
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.