mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
12 lines
331 B
C
12 lines
331 B
C
|
/*********************************************************************
|
||
|
* Copyright 2010, UCAR/Unidata
|
||
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
||
|
* $Id$
|
||
|
* $Header$
|
||
|
*********************************************************************/
|
||
|
|
||
|
#ifndef CRUTIL_H
|
||
|
#define CRUTIL_H
|
||
|
|
||
|
#endif /*CRUTIL_H*/
|