mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +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*/
|