[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

passing a file pointer from T to C (under UNIX)



    Date: Fri, 22 Feb 85 15:27:25 PST
    From: Dorab Patel <patel at UCLA-LOCUS>

    T streams are made up from (or are higher level abstractions of) T
    channels.  Channels are implemented in a machine-dependent way,
    whereas streams are machine-independent.

In the interest of accuracy I'd like to say that this is only true of
streams returned by OPEN or MAYBE-OPEN.  Other kinds of streams don't
necessarily deal with files or "channels" at all.

Jonathan