
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Brian Raiter <[EMAIL PROTECTED]> wrote:
> >> typedef struct _oneLine {
> >
> > Identifiers with leading underscores are reserved for the implementation.
> Excuse my impertinence (or ignorance, as the case may be), but isn't
> it the case that identifiers beginning with an underscore followed by
> a *lowercase* letter are guaranteed not to be used by the
> implementation?
No. Such names, if external, are reserved for the implementation.
Code using them at file-scope is broken.
--
Hans-Bernhard Broeker ([EMAIL PROTECTED])
Even if all the snow were burnt, ashes would remain.
--
comp.lang.c.moderated - moderation address: [EMAIL PROTECTED]
| <-- __Chronological__ --> | <-- __Thread__ --> |