2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-01-24 16:04:40 +08:00
netcdf-c/oc2/occompile.h
2018-12-06 15:47:47 -07:00

10 lines
224 B
C

/* 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*/