ocssw  1.0
/disk01/web/ocssw/build/src/l1agen_seawifs/swl0_types.h (r8218/r2592)
Go to the documentation of this file.
00001 #ifndef _L0TYPES_H
00002 #define _L0TYPES_H
00003 
00004 #include <stdint.h>
00005 
00006 typedef unsigned char   BYTE;
00007 typedef short int   INT16;
00008 typedef int32_t     INT32;
00009 typedef float           FLOAT32;
00010 typedef double          FLOAT64;
00011 
00012 #endif