HP C/iX Library Reference Manual (30026-90004)
242 Chapter5
HP C/iX Library Function Descriptions
ltol3
ltol3
Converts long integers to 3-byte integers.
Syntax
void ltol3 (char *
cp
, long *
lp
, int
n
)
char *
cp
;
long *
lp
;
int
n
;
Parameters
cp
A pointer to a character string to which
n
3-byte integers are returned.
lp
A pointer to an array of
n
long integers.
n
The number of long integers to be converted.
Return Values
None.
Description
The ltol3 function converts long integers (
lp
) to 3-byte integers (
cp
).
This function supports file systems where block numbers are 3-byte integers.
See Also
l3tol()