+ 1
A question about signal.h/csignal
So, in the signal.h header in C or csignal in C++ defines some SIG macros which ends up in int values, my question is are those numbers the same throughout all operating systems or they can differ?
1 Answer
0
They are supported in most operating systems right? The 4 I am concerned about really are Windows, Linux(or *nix in general), Android and iOS