PreviousUpNext

15.4.1127  src/lib/std/src/posix/binary-io.pkg

## binary-io.pkg

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


# The implementation of the binary_io stack on Posix systems.
                                                                # Binary_Io                     is from   src/lib/std/src/io/binary-io.api
                                                                # binary_io_g                   is from   src/lib/std/src/io/binary-io-g.pkg
                                                                # posix_binary_stream_readers_and_writers               is from   src/lib/std/src/posix/posix-binary-stream-readers-and-writers.pkg
package binary_io: Binary_Io
    where  pure_io::Stream_Reader == binary_stream_readers_and_writers::Stream_Reader
    where  pure_io::Stream_Writer == binary_stream_readers_and_writers::Stream_Writer
#   where  pure_io::File_Position == binary_stream_readers_and_writers::File_Position  - redundant 
=
binary_io_g (

    package winix_stream_readers_and_writers
        =
        posix_binary_stream_readers_and_writers;
);




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


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext