From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <439709BA.1030704@asgaard.homelinux.org> Date: Wed, 7 Dec 2005 17:11:38 +0100 From: =?ISO-8859-1?Q?=22Nils_O=2E_Sel=E5sdal=22?= User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] const References: <59f07a0382a6955f607b8d9c97fde230@quintile.net> <1E68F99F-78D7-4321-BE56-7D0319212596@telus.net> In-Reply-To: <1E68F99F-78D7-4321-BE56-7D0319212596@telus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: bc463b84-ead0-11e9-9d60-3106f5b1d025 Paul Lalonde wrote: > Here's a related question: There are read-only (const) variables, and > read-write variables. Is there any way to notate a write-only variable > in C? I'd like to be able to denote that something is a stream /* Don't read from this */ Should suffice.