Marin Ramesa, le Sat 23 Nov 2013 15:29:23 +0100, a écrit : > The disadvantage is that some prototypes that are perhaps meant to be > local to one file as forward declarations end up being exposed to > other code.
If they were really local, they would have been static. Samuel