swab.3

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3 代码 · 共 26 行

3
26
字号
.\" SCCSID: @(#)swab.3	8.2	1/29/91.TH swab 3 .SH Nameswab \- swap bytes.SH Syntax.nf.B void swab(from, to, nbytes).B char *from, *to;.fi.SH Description.NXR "swab subroutine".NXR "byte" "swapping with PDP-11s"The.PN swabsubroutine copies.I nbytesbytes pointed to by.I fromto the position pointed to by.I to,exchanging adjacent even and odd bytes.It is useful for carrying binary data betweenmachines.  The.I nbytesshould be even.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?