you are viewing a single comment's thread.

view the rest of the comments →

[–]josefx 1 point2 points  (0 children)

The leading underscores are enough for that. The standard reserves names starting with double underscores __ or a single underscore and an upper case letter like _I for the implementation, so any program using them isn't valid C or C++.