[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
passing a file pointer from T to C (under UNIX)
- To: patel@UCLA-LOCUS
- Subject: passing a file pointer from T to C (under UNIX)
- From: Jonathan A Rees <JAR@MIT-MC>
- Date: Mon ,25 Feb 85 13:26:00 EDT
- Cc: t-users@YALE.ARPA
- In-reply-to: Msg of Fri 22 Feb 85 15:27:25 PST from Dorab Patel <patel at UCLA-LOCUS>
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