Function Prototypes

    /* Prototype for triple : */
    double triple(double);

    ...
    ...

    /* Call triple : */
    y = triple(3.3 * z1);
          
    ...
    ...

    /* Declare triple : */
    double triple(double x) { 
        return x*3;
      }


...previousup (conts)next...



About this document:

Produced from the SGML: /home/isd/public_html/_course_crash_in_c/_reml_grp/index.reml
On: 3/3/2003 at 17:43:41
Options: reml2 -i noindex -l long -o html -p multiple