// File: private.C // // Private global variables are not available for external use static int info=19 ; void set_info() { info = info * 2 ; }