2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-02-17 16:50:18 +08:00
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*/