Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ l3tol(S) — Xenix 2.3.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

filesystem(F)



     L3TOL(S)                 XENIX System V                  L3TOL(S)



     Name
          l3tol, ltol3 - Converts between 3-byte integers and long
          integers.

     Syntax
          void l3tol (lp, cp, n)
          long *lp;
          char *cp;
          int n;

          void ltol3 (cp, lp, n)
          char *cp;
          long *lp;
          int n;

     Description
          l3tol converts a list of n 3-byte integers packed into a
          character string pointed to by cp into a list of long
          integers pointed to by lp.

          ltol3 performs the reverse conversion from long integers
          (lp) to 3-byte integers (cp).

          These functions are useful for file system maintenance where
          the block numbers are 3 bytes long.

     See Also
          filesystem(F)



























     Page 1                                           (printed 8/7/87)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026