8 lines
146 B
C
8 lines
146 B
C
#ifndef MXGRDECL_H
|
|
#define MXGRDECL_H
|
|
void mxInitGrdecl (struct grdecl *g, const mxArray *prhs[]);
|
|
void freeGrdecl (struct grdecl *g);
|
|
|
|
#endif
|
|
|