OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
hist_proto.h
Go to the documentation of this file.
1 extern void h_init(char *);
2 extern void h_accum(float, int);
3 extern void h_out(int, double *, double *, double *, double *);
void h_accum(float, int)
Definition: hist.c:61
void h_out(int, double *, double *, double *, double *)
Definition: hist.c:98
void h_init(char *)
Definition: hist.c:17