netcdf-c/libcdmr/crutil.h

14 lines
377 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-04-17 04:56:36 +08:00
extern int crstrindex(char* s, char* match);
2010-12-16 05:45:05 +08:00
#endif /*CRUTIL_H*/