> 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