awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/proto_cmm.h
Steve Harris 9f8cb727a5 12.4.1-10 baseline
Former-commit-id: bf53d06834caa780226121334ac1bcf0534c3f16
2012-05-01 18:06:13 -05:00

17 lines
830 B
C

/************************************************************************
* proto_cmm.h *
* *
* This include file contains the prototypes of the CMM library. *
* *
* Log: *
** *
* R. Tian/SAIC 2/06 Created *
***********************************************************************/
#ifndef PROTO_CMM_H_
#define PROTO_CMM_H_
void **cmm_malloc2d ( int nrow, int ncol, int objsiz, int *iret );
void cmm_free2d ( void **ptr2d, int *iret );
#endif