OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
L1A_datatype_to_DFNT.c File Reference
#include "L1A_prototype.h"
#include <string.h>
#include "mfhdf.h"
#include "mapi.h"
Include dependency graph for L1A_datatype_to_DFNT.c:

Go to the source code of this file.

Macros

#define NULLstring(c)   (((c)==NULL) || (*(c) == '\0'))
 

Functions

int32 L1A_datatype_to_DFNT (char *datatype)
 

Macro Definition Documentation

◆ NULLstring

#define NULLstring (   c)    (((c)==NULL) || (*(c) == '\0'))

Definition at line 6 of file L1A_datatype_to_DFNT.c.

Function Documentation

◆ L1A_datatype_to_DFNT()

int32 L1A_datatype_to_DFNT ( char *  datatype)

Definition at line 9 of file L1A_datatype_to_DFNT.c.