*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> standard/callfunc (3)              
Title
Content
Arch
Section
 

Contents


callfunc(3G)							  callfunc(3G)


NAME    [Toc]    [Back]

     callfunc -	calls a	function from within an	object

C SPECIFICATION    [Toc]    [Back]

     void callfunc(fctn, nargs,	arg1, arg2, ..., argn)
     void (*fctn)();
     long nargs, arg1, arg2, ..., argn;

PARAMETERS    [Toc]    [Back]

     fctn    expects a pointer to a function.

     nargs   expects the number	of arguments, excluding	itself,	that the
	     function pointed to by fctn is to be called with.

     arg1, arg2, ..., argn
	     expect the	arguments to the function pointed to by	fctn.

DESCRIPTION    [Toc]    [Back]

     callfunc is used to call an arbitrary function from within	an object.
     When callfunc executes in the object, the function	call
     (*fctn)(nargs, arg1, arg2,	..., argn) is made.

NOTE    [Toc]    [Back]

     This routine does not function in the Distributed Graphics	Library	(DGL),
     and we advise against its use in new development.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
st_obj_calls Tru64 general calls for accessing information about an object file
st_obj_data_start Tru64 general calls for accessing information about an object file
st_obj_libnames Tru64 general calls for accessing information about an object file
st_obj_name Tru64 general calls for accessing information about an object file
st_obj_bss_size Tru64 general calls for accessing information about an object file
st_obj_mem_addr Tru64 general calls for accessing information about an object file
st_obj_path Tru64 general calls for accessing information about an object file
st_obj_bss_start Tru64 general calls for accessing information about an object file
st_obj_text_start Tru64 general calls for accessing information about an object file
st_is_obj_call_shared Tru64 general calls for accessing information about an object file
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service