|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 699 (0x2bb)
Types: TextFile
Notes: UNIX file
Names: »l3tol.3«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/man3/l3tol.3«
.ig @(#)l3tol.3 2.1 7/1/84 @(#)Copyright (C) 1983 by National Semiconductor Corp. .. .TH L3TOL 3 .SH NAME l3tol, ltol3 \- convert between 3-byte integers and long integers .SH SYNOPSIS .nf .B l3tol(lp, cp, n) .B long *lp; .B char *cp; .PP .B ltol3(cp, lp, n) .B char *cp; .B long *lp; .fi .SH DESCRIPTION .I L3tol converts a list of .I n three-byte integers packed into a character string pointed to by .I cp into a list of long integers pointed to by .IR lp . .PP .I Ltol3 performs the reverse conversion from long integers .RI ( lp ) to three-byte integers .RI ( cp ). .PP These functions are useful for file-system maintenance where the i-numbers are three bytes long. .SH SEE ALSO filsys(5)