This is mgributil.c in view mode; [Download] [Up]
#include "mgP.h"
#include "mgribP.h"
#include "transform.h"
#include "mgribtoken.h"
#include <stdarg.h>
/*-----------------------------------------------------------------------
* Function: mgrib_printmatrix
* Description: prints rib binding for given matrix
* Returns: nothing
* Author: wisdom
* Date: Thu Aug 26 13:39:21 CDT 1993
* Notes:
*/
void
mgrib_printmatrix(Transform T)
{
int i;
mrti(mr_concattransform, mr_parray, 16, T, mr_NULL);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.