OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_beg_ext.c File Reference
#include <stdio.h>
#include "hdf.h"
#include "seaproto.h"
Include dependency graph for get_beg_ext.c:

Go to the source code of this file.

Functions

int32_t get_beg_ext32 (int32_t n_bins_write, int32_t *binnum_data, int32_t *basebin, int32_t nrows, int32_t *beg, int32_t *ext)
 
int64_t get_beg_ext (int32_t n_bins_write, int64_t *binnum_data, int64_t *basebin, int32_t nrows, int64_t *beg, int32_t *ext)
 

Function Documentation

◆ get_beg_ext()

int64_t get_beg_ext ( int32_t  n_bins_write,
int64_t *  binnum_data,
int64_t *  basebin,
int32_t  nrows,
int64_t *  beg,
int32_t *  ext 
)

Definition at line 83 of file get_beg_ext.c.

◆ get_beg_ext32()

int32_t get_beg_ext32 ( int32_t  n_bins_write,
int32_t *  binnum_data,
int32_t *  basebin,
int32_t  nrows,
int32_t *  beg,
int32_t *  ext 
)

Definition at line 5 of file get_beg_ext.c.