#include "pseudo.h" int publicValue = 10; static int privateValue = 20; int getPrivate ( ) { return privateValue; }