OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
common.h File Reference
#include <stdio.h>
#include "xmalloc.h"
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EXIT_SUCCESS   0
 
#define EXIT_DIFFER   1
 
#define EXIT_FATAL   2
 
#define EXIT_FAILED   3
 
#define EXIT_IDENTICAL   4
 

Variables

int errno
 

Macro Definition Documentation

◆ EXIT_DIFFER

#define EXIT_DIFFER   1

Definition at line 84 of file common.h.

◆ EXIT_FAILED

#define EXIT_FAILED   3

Definition at line 86 of file common.h.

◆ EXIT_FATAL

#define EXIT_FATAL   2

Definition at line 85 of file common.h.

◆ EXIT_IDENTICAL

#define EXIT_IDENTICAL   4

Definition at line 87 of file common.h.

◆ EXIT_SUCCESS

#define EXIT_SUCCESS   0

Definition at line 83 of file common.h.

Variable Documentation

◆ errno

int errno