Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-athena.ARPA Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!hpda!fortune!amd!decwrl!decvax!mit-athena!martillo From: martillo@mit-athena.ARPA (Joaquim Martillo) Newsgroups: net.lang.c Subject: Re: Shouldn't this work? Message-ID: <266@mit-athena.ARPA> Date: Mon, 3-Sep-84 16:58:09 EDT Article-I.D.: mit-athe.266 Posted: Mon Sep 3 16:58:09 1984 Date-Received: Wed, 12-Sep-84 02:36:04 EDT References: <347@zeus.UUCP> <4282@brl-tgr.ARPA>, <178@zinfandel.UUCP> Organization: MIT, Project Athena, Cambridge, Ma. Lines: 8 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.