/* Copyright (C) 1992 by Thomas Glen Smith. All Rights Reserved. */ /* outrprdd APL2 V1.0.0 ************************************************ * Called from outrprd to complete outer product processing when the * * arguments are character (APLCHAR). * ***********************************************************************/ #define INCLUDES APLCB #include "includes.h" outrprdd(leftdata,ritedata,outdata,leftcnt,ritecnt,oper) char *leftdata,*ritedata; int *outdata,(*oper)(); int leftcnt,ritecnt; { int *ap; char *lp,*rp; int i,j; #include "outrprdi.h" }