ltol3 [ HP C/iX Library Reference Manual ] MPE/iX 5.0 Documentation
HP C/iX Library Reference Manual
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()
MPE/iX 5.0 Documentation