table of contents
g2c_degrib2.c(3) | Library Functions Manual | g2c_degrib2.c(3) |
NAME¶
g2c_degrib2.c - This is a utility to print a summary of a GRIB2 file.
SYNOPSIS¶
#include <ctype.h>
#include <grib2.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Functions¶
int main (int argc, char **argv)
Compare two GRIB2 files.
Detailed Description¶
This is a utility to print a summary of a GRIB2 file.
Author
Date
Definition in file g2c_degrib2.c.
Function Documentation¶
int main (int argc, char ** argv)¶
Compare two GRIB2 files.
Parameters
argv Pointer to array of arguments.
Returns
- 0 if files are identical
- 1 otherwise
Author
Date
Definition at line 24 of file g2c_degrib2.c.
References g2c_close(), g2c_degrib2(), G2C_ENOMEM, G2C_ERROR, G2C_NOWRITE, g2c_open(), g2c_open_index(), g2c_set_log_level(), and G2C_VERSION.
Author¶
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |