ftp.nice.ch/pub/next/developer/objc/appkit/ContourPlot.1.4.NIHS.bs.tar.gz#/ContourPlot/matalloc.h

This is matalloc.h in view mode; [Download] [Up]

/* Header file for matall.c -- Multi-dimensional array dynamic allocation routines */

short int ***tdsint();	/* 3-d short int */
void free_tdsint();

int ***tdint();	/* 3-d  int */
void free_tdint();

float ***tdfloat();	/* 3-d  int */
void free_tdfloat();

short int **simatrix();	/* 2-d short int */
void free_simatrix();

int **imatrix();	/* 2-d int */
void free_imatrix();

float **fmatrix();	/* 2-d float */
void free_fmatrix();

int *ivector();		/* 1-d int */
void free_ivector();

float *fvector();		/* 1-d float */
void free_fvector();
	
unsigned long *ulvector();	/* 1-d unsigned long */
void free_ulvector();
	

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.