/*********************************************************************
 *   Copyright 2010, UCAR/Unidata
 *   See netcdf/COPYRIGHT file for copying and redistribution conditions.
 *   $Id$
 *   $Header$
 *********************************************************************/

#ifndef CRUTIL_H
#define CRUTIL_H

extern int crstrindex(char* s, char* match);

#endif /*CRUTIL_H*/
