PreviousUpNext

15.4.1065  src/lib/std/src/io/binary-base-io.pkg

## binary-base-io.pkg

# Compiled by:
#     src/lib/std/src/standard-core.sublib

package binary_base_io
    =
    base_io_g (                                 # base_io_g     def in    src/lib/std/src/io/base-io-g.pkg

        package vector          = vector_of_one_byte_unts;              # vector_of_one_byte_unts               is from   src/lib/std/src/vector-of-one-byte-unts.pkg
        package rw_vector       = rw_vector_of_one_byte_unts;   # rw_vector_of_one_byte_unts    is from   src/lib/std/src/rw-vector-of-one-byte-unts.pkg
        package vector_slice    = vector_slice_of_one_byte_unts;        # vector_slice_of_one_byte_unts is from   src/lib/std/src/vector-slice-of-one-byte-unts.pkg
        package rw_vector_slice = rw_vector_slice_of_one_byte_unts;     # rw_vector_slice_of_one_byte_unts      is from   src/lib/std/src/rw-vector-slice-of-one-byte-unts.pkg

        File_Position = file_position::Int;

        some_element = (0u0:  one_byte_unt::Unt);

        compare = file_position_guts::compare;
    );




## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2011,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext