netcdf-c/oc2/occompile.h

10 lines
224 B
C
Raw Normal View History

2018-12-07 06:47:47 +08:00
/* Copyright 2018, 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*/