On Thu, Jan 13, 2005 at 08:35:20AM +0200, yakoub abaya wrote:
> when doing man signal :
> there is :
>         typdef void (*sighandler_t)(int);
> Q:what is this typdef ?, i don't understand it

It says that sighandler_t has the type "pointer to a function that
accepts an int and returns void". Consult a good C book for more
details. 

Cheers, 
Muli
-- 
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/

Attachment: signature.asc
Description: Digital signature

Reply via email to