ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | EXIT_FAIL 1 /* Per MODIS software standard 5.1.1 . */ |
#define | EXIT_SUCCESS 0 |
#define | FAIL (-1) |
#define | SUCCESS 0 |
#define | WARNING 1 |
#define | FALSE 0 |
#define | TRUE (!FALSE) |
Macro Definition Documentation
◆ EXIT_FAIL
#define EXIT_FAIL 1 /* Per MODIS software standard 5.1.1 . */ |
Definition at line 71 of file GEO_basic.h.
◆ EXIT_SUCCESS
#define EXIT_SUCCESS 0 |
Definition at line 72 of file GEO_basic.h.
◆ FAIL
#define FAIL (-1) |
Definition at line 74 of file GEO_basic.h.
◆ FALSE
#define FALSE 0 |
Definition at line 79 of file GEO_basic.h.
◆ SUCCESS
#define SUCCESS 0 |
Definition at line 75 of file GEO_basic.h.
◆ TRUE
#define TRUE (!FALSE) |
Definition at line 82 of file GEO_basic.h.
◆ WARNING
#define WARNING 1 |
Definition at line 76 of file GEO_basic.h.