Subject: static const v.s., const static
To: None <port-pmax@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-pmax
Date: 11/29/1999 13:51:06
Anyone out there, could you enlighten a rusted K&R C programmer?

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?

Tohru Nishimura