C program :: c_double.c

int c_double( int );        /* Prototype */

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


© M.A.Smith University of Brighton. Created September 1995 last modified May 1997.
Comments, suggestions, etc. M.A.Smith@brighton.ac.uk * [Home page]