Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ callfunc(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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:  Available only in C

Pascal
NOTE:  Available only in C

DESCRIPTION

callfunc allows an arbitrary function call from within an object.  When it is executed in the object, the function fctn (nargs, arg1, arg2, ..., argn) is called.  callfunc is useful only for writing customized terminal programs. 

NOTE

This command cannot be called remotely. 
 

Version 2.4  —  May 08, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026