l3tol.3

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 3 代码 · 共 36 行

3
36
字号
.TH L3TOL 3 .SH NAMEl3tol, ltol3 \- convert between 3-byte integers and long integers.SH SYNOPSIS.B l3tol(lp, cp, n).br.B long *lp;.br.B char *cp;.PP.B ltol3(cp, lp, n).br.B char *cp;.br.B long *lp;.SH DESCRIPTION.I L3tolconverts a list of.I nthree-byte integers packed into a character stringpointed to by .I cpinto a list of long integers pointed to by.IR lp ..PP.I Ltol3performs the reverse conversion from long integers.RI ( lp )to three-byte integers.RI ( cp )..PPThese functions are useful for file-system maintenance;disk addresses are three bytes long..SH SEE ALSOfilsys(5)

⌨️ 快捷键说明

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