netcdf-c/libcdmr/crutil.h

20 lines
468 B
C
Raw Normal View History

2010-12-16 05:45:05 +08:00
/*********************************************************************
* Copyright 2010, UCAR/Unidata
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
* $Id$
* $Header$
*********************************************************************/
#ifndef CRUTIL_H
#define CRUTIL_H
2011-06-11 02:47:26 +08:00
/*Forward*/
struct CRnode;
2011-04-17 04:56:36 +08:00
extern int crstrindex(char* s, char* match);
2011-06-11 02:47:26 +08:00
extern void crcollectnodepath(struct CRnode*, NClist* path);
2010-12-16 05:45:05 +08:00
#endif /*CRUTIL_H*/