Subject: Re: static const v.s., const static
To: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: port-pmax
Date: 11/29/1999 09:17:32
> I would like to put attributes to variables which are local to a
> single file and whose contents are never changed.  I'm confused at
> whether 'static const' or 'const static'.  Which is the right way to
> do so?

Either order is legal ANSI C.

I usually write "static const".

						- Bill