mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
10 lines
224 B
C
10 lines
224 B
C
/* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
|
|
See the COPYRIGHT file for more information. */
|
|
|
|
#ifndef OCCOMPILE_H
|
|
#define OCCOMPILE_H
|
|
|
|
extern OCerror occompile(OCstate* state, OCnode* xroot);
|
|
|
|
#endif /*OCCOMPILE_H*/
|