Help for this page

Select Code to Download


  1. or download this
    int build_table( int x, int Y, double **values, char *s ) {
        int xi, yi;
    ...
        else return ERROR_BAD_ARG | 1;
        return 0;
    }
    
  2. or download this
    int build_table( int x, int Y, double **values, char *s ) {
        int xi, yi;
    ...
        *s++ = "\n";
        return 0;
    }