hi all, from sorting through the list, i've assembled these declarations. can anyone help me with the '?'s ?
thanks, jack /* to list all symbols in the dll: $ objdump -T libj601.so |grep \ J */ #define typedef tf tf int I;tf void V;tf char C;tf C*S;tf I*P; /*return 0 on error or handle to be used as first arg to the other funcsi ** but what is the parameter? */ JInit(I x); /* return 0 or error code unless noted */ JFree(I h); JDo(I h,S s); /* execute the j sentence s */ JGetM(I h,S n,S t,P r,*P s,*V d); /* handle,name,type,rank,shape,data */ JSetM(I h,S n,S t,P r,*P s,*V d); S JGetA(I h,I,S); /* returns 0 for error or pointer to 3!:1 format */ JSetA(I,I,S,I,*V); /* what about JErrorTextM JSM JGetLocale Jga ? */ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
