diff options
Diffstat (limited to 'static/netbsd/man9/bcdtobin.9 3.html')
| -rw-r--r-- | static/netbsd/man9/bcdtobin.9 3.html | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/static/netbsd/man9/bcdtobin.9 3.html b/static/netbsd/man9/bcdtobin.9 3.html deleted file mode 100644 index cdb38943..00000000 --- a/static/netbsd/man9/bcdtobin.9 3.html +++ /dev/null @@ -1,51 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">BCDTOBIN(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">BCDTOBIN(9)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">bcdtobin</code>, <code class="Nm">bintobcd</code> - — <span class="Nd">convert a single byte between (unsigned) packed - bcd and binary</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="In">#include - <<a class="In">sys/systm.h</a>></code></p> -<p class="Pp"><var class="Ft">unsigned int</var> - <br/> - <code class="Fn">bcdtobin</code>(<var class="Fa" style="white-space: nowrap;">unsigned - int bcd</var>);</p> -<p class="Pp"><var class="Ft">unsigned int</var> - <br/> - <code class="Fn">bintobcd</code>(<var class="Fa" style="white-space: nowrap;">unsigned - int bin</var>);</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The - <a class="permalink" href="#bcdtobin"><code class="Fn" id="bcdtobin">bcdtobin</code></a>() - and - <a class="permalink" href="#bintobcd"><code class="Fn" id="bintobcd">bintobcd</code></a>() - functions convert a single byte between (unsigned) packed bcd and binary - encodings.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN - VALUES</a></h1> -<p class="Pp">The <code class="Fn">bcdtobin</code>() function returns the binary - value of its BCD-encoded argument, <var class="Fa">bcd</var>. The - <code class="Fn">bintobcd</code>() function returns the BCD encoding of its - binary argument, <var class="Fa">bin</var>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">March 11, 2006</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
