netcdf-c/libcdmr/nccrcvt.h
2011-06-10 18:47:26 +00:00

20 lines
532 B
C

/*********************************************************************
* Copyright 2010, UCAR/Unidata
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
* $Id$
* $Header$
*********************************************************************/
#ifndef NCCRCVT_H
#define NCCRCVT_H
extern int nccrtypelen(nc_type);
extern int nccrconvert(nc_type srctype, nc_type dsttype,
void* value0, void* memory0,
size_t count, int byteswap);
#endif /*NCCRCVT_H*/