int (*XSetIOErrorHandler(handler))()
int (*handler)(Display *);
И в чем вышеприведённое обьявление отличается от следующего:
int XSetIOErrorHandler(handler)
int (*handler)(Display *);
???
Форум —
Development
