Shouldn't this work?

Joaquim Martillo martillo at mit-athena.ARPA
Tue Sep 4 06:58:09 AEST 1984


Often times it might be desirable to pass the address of a function
which returns no value (a void function) to another function.  Therefore
the declaration:

	void (* f)();

could be usefual as a definition of a function argument.



More information about the Comp.lang.c mailing list