Query: bcdtobin
OS: netbsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BCDTOBIN(9) BSD Kernel Developer's Manual BCDTOBIN(9)NAMEbcdtobin, bintobcd -- convert a single byte between (unsigned) packed bcd and binarySYNOPSIS#include <sys/systm.h> unsigned int bcdtobin(unsigned int bcd); unsigned int bintobcd(unsigned int bin);DESCRIPTIONThe bcdtobin() and bintobcd() functions convert a single byte between (unsigned) packed bcd and binary encodings.RETURN VALUESThe bcdtobin() function returns the binary value of its BCD-encoded argument, bcd. The bintobcd() function returns the BCD encoding of its binary argument, bin.BSDMarch 11, 2006 BSD
| Related Man Pages |
|---|
| dwarf_get_at_name(3) - freebsd |
| px_put_data_bcd(3) - debian |
| smpteframe(3) - debian |
| dwarf_get_ate_name(3) - freebsd |
| pack(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Unix File Permissions |
| Memory Leaks |
| Better to Use Return Code or wc -l Output? |
| RFC - Korn shell prompt |
| Make bold chars in UNIX |