NASA Logo
Ocean Color Science Software

ocssw V2022
l1a_proto.h
Go to the documentation of this file.
1 #ifndef L1A_PROTO_H_
2 #define L1A_PROTO_H_
3 
4 #include "usrmac.h"
5 
6 // C++ Start Guard
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 extern int dark_rest_stat
12 PROTO((short int *, int, float *, float *));
13 
14 // C++ End Guard
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif /* L1A_PROTO_H_ */
int dark_rest_stat(int16 *data, int nrec, float *dark_mean, float *dark_std)
Definition: l1a.c:258
int dark_rest_stat PROTO((short int *, int, float *, float *))