
/*********************************************************************
 * Automatically generated C code for the FORTRAN link               *
 * Compiled from EXAMPLE by "gjc"                                    *
 * Saturday the twenty-fifth of May, 1985; 8:05:22 pm                *
 *********************************************************************/

#include "fort.h"


int vprint();
int vmult();
int vadd();

int (*ftable[])() = {noop,
 vprint,
 vmult,
 vadd};


