ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "hdf.h"
#include "mfhdf.h"
Include dependency graph for geocheck_modis.c:
Go to the source code of this file.
Macros | |
#define | VERSION "0.1" |
Functions | |
void | usage (char *progname) |
int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ VERSION
#define VERSION "0.1" |
Definition at line 27 of file geocheck_modis.c.
Function Documentation
◆ main()
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 39 of file geocheck_modis.c.
◆ usage()
void usage | ( | char * | progname | ) |
Definition at line 29 of file geocheck_modis.c.