Former-commit-id:4bfbdad17d
[formerly9f8cb727a5
] [formerly4bfbdad17d
[formerly9f8cb727a5
] [formerly8485b90ff8
[formerly bf53d06834caa780226121334ac1bcf0534c3f16]]] Former-commit-id:8485b90ff8
Former-commit-id:33a67cdd82
[formerlya28d70b5c5
] Former-commit-id:e5543a0e86
17 lines
830 B
C
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
|