OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l2_flags_proto.h
Go to the documentation of this file.
1 #ifndef L2_FLAGS_PROTO_H_
2 #define L2_FLAGS_PROTO_H_
3 
4 extern int maskbits
5 PROTO((char *masknames, char *flagnames, char *delimeter,
6  unsigned short *bits));
7 
8 extern int retrieve_flagnames
9 PROTO((int32 fid, char *sdsname, char *delimeter, char **flagnames));
10 
11 
12 #endif /* L2_FLAGS_PROTO_H_ */
int maskbits PROTO((char *masknames, char *flagnames, char *delimeter, unsigned short *bits))