int c_double( int ); /* Prototype */ int c_double( int n ) /* function to double aargument */ { return n + n; }