11 lines
374 B
C
11 lines
374 B
C
/*********************************************************************/
|
|
/* pC++/Sage++ Copyright (C) 1993 */
|
|
/* Indiana University University of Oregon University of Rennes */
|
|
/*********************************************************************/
|
|
|
|
|
|
# ifdef CRAY-C90
|
|
extern void *calloc();
|
|
# define CALLOC_DEF
|
|
# endif
|