l3tol.3
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3 代码 · 共 49 行
3
49 行
.\" SCCSID: @(#)l3tol.3 8.1 9/11/90.TH l3tol 3 .SH Namel3tol, ltol3 \- convert between 3-byte integers and long integers.SH Syntax.B void l3tol (lp, cp, n).br.B long \(**lp;.br.B char \(**cp;.br.B int n;.PP.B void ltol3 (cp, lp, n).br.B char \(**cp;.br.B long \(**lp;.br.B int n;.SH Description.NXR "l3tol subroutine".NXR "ltol3 subroutine".NXR "file system" "maintaining"The.PN l3tolsubroutine converts a list of.I n\^three-byte integers packed into a character stringpointed to by .I cp\^into a list of long integers pointed to by.IR lp ..PPThe.PN ltol3performs the reverse conversion from long integers.RI ( lp )to three-byte integers.RI ( cp )..PPThese functions are useful for file-system maintenancewhere the block numbers are three bytes long..SH RestrictionsBecause of possible differences in byte ordering,the numerical values of the long integers are machine-dependent..SH See Alsofs(5)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?