void (*signal(int sig, void (*func)(int)))(int); declare signal as function that expects (sig as int, func as pointer to function that expects (int) returning void) returning pointer to function that expects (int) returning void;
Last change: Wednesday, August 23, 2006 8:52 pm Unless otherwise expressly stated, all original material on this page created by Diomidis Spinellis is licensed under a Creative Commons Attribution-Share Alike 3.0 Greece License.