M
Mark
Yohji said:Hmm,it is a little difficult.The signal functions is one of POSIX.
Not POSIX, ISO 7.14.1.1
Yohji said:Hmm,it is a little difficult.The signal functions is one of POSIX.
That gives my compiler an error:
error C2091: function returns function
This compiles OK:
typedef int (*signal_f) (int);
signal_f signal (int sig, signal_f * function);
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.