OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
swl0_types.h
Go to the documentation of this file.
1 #ifndef _L0TYPES_H
2 #define _L0TYPES_H
3 
4 #include <stdint.h>
5 
6 typedef unsigned char BYTE;
7 typedef short int INT16;
8 typedef int32_t INT32;
9 typedef float FLOAT32;
10 typedef double FLOAT64;
11 
12 #endif
short int INT16
Definition: swl0_types.h:7
double FLOAT64
Definition: swl0_types.h:10
int32_t INT32
Definition: swl0_types.h:8
float FLOAT32
Definition: swl0_types.h:9
unsigned char BYTE
Definition: swl0_types.h:6