callfunc() — Silicon Graphics Beta Release
NAME
callfunc - calls a function from within an object
SPECIFICATION
C
callfunc (fctn, nargs, arg1, arg2, ..., argn)
int (*fctn)();
long nargs, arg1, arg2, ..., argn;
FORTRAN
NOTE: works only in C
Pascal
NOTE: works only in C
DESCRIPTION
callfunc allows an arbitrary function call from within an object. When it is executed in the object, the function fctn (arg1, arg2, ..., argn) is called. callfunc is useful only for writing customized terminal programs. It cannot be called remotely.
Version 2.3 — July 04, 1985