/* Copyright (C) 1993 by Thomas Glen Smith. All Rights Reserved. */
/* execdotg APL2 V1.0.0 ************************************************
* Called from execdot to obtain a pointer to the structure describing *
* scalar dyadic functions. *
***********************************************************************/
#define INCLUDES APLCB+APLDERIV
#include "includes.h"
Aplcb execdotg(fp,sp)
void *fp;
Scalar_dyadics *sp;
{
return(NULL);
}