#include #include #include "tpl.h" #define XDIM 10 #define YDIM 2 const char *filename = "/tmp/test114.tpl"; extern tpl_hook_t tpl_hook; int main() { tpl_node *tn; int xy[XDIM][YDIM], XY[XDIM][YDIM]; int i,j; tpl_hook.oops = printf; for(i=0; i