Example #1
0
void codes_gribex_mode_off(grib_context* c)
{
    grib_gribex_mode_off(c);
}
Example #2
0
int grib_gribex_mode_off__() {
   grib_gribex_mode_off(0);
   return GRIB_SUCCESS;
}