From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <439709BA.1030704@asgaard.homelinux.org> References: <59f07a0382a6955f607b8d9c97fde230@quintile.net> <1E68F99F-78D7-4321-BE56-7D0319212596@telus.net> <439709BA.1030704@asgaard.homelinux.org> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Paul Lalonde Subject: Re: [9fans] const Date: Wed, 7 Dec 2005 09:27:03 -0800 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: bd485d0a-ead0-11e9-9d60-3106f5b1d025 If only! Most of my life has been writing libraries for game =20 programmers to use. If you think Linux is a strange and scary place, =20= you ain't seen nothing yet. If the compiler can't enforce the =20 convention, you can't rely on it. Paul On 7-Dec-05, at 8:11 AM, Nils O. Sel=E5sdal wrote: > Paul Lalonde wrote: >> Here's a related question: There are read-only (const) variables, =20 >> and read-write variables. Is there any way to notate a write-only =20= >> variable in C? I'd like to be able to denote that something is a =20 >> stream > > /* Don't read from this */ > Should suffice. > > >