ll33ttooll() -- General Function (libc)

Convert file system block number to long integer
ll33ttooll(_l_p, _l_3_p, _n)
lloonngg *_l_p;
cchhaarr *_l_3_p;
uunnssiiggnneedd _n;

To  conserve space  inside  i-nodes in  COHERENT file  systems, the  system
stores block addresses in three bytes.  Programs that reference or maintain
file  systems use  the functions  ll33ttooll() and  llttooll33() routines  to convert
between the three-byte representation and lloonngg numbers.

ll33ttooll() converts  _n three-byte block addresses at location  _l_3_p to an array
of lloonngg integers at location _l_p.

_S_e_e _A_l_s_o
lliibbcc
