netcdf-c/libcdmr/nccrcvt.h

20 lines
532 B
C
Raw Normal View History

2011-06-11 02:47:26 +08:00
/*********************************************************************
* 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*/