...
Code Block | ||
---|---|---|
| ||
typedef void (*SighandlerType)(int signum);
extern SighandlerType signal(
int signum,
SighandlerType handler
);
|
...
Wiki Markup |
---|
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] Section 6.7.7, ""Type definitions"" \[[ISO/IEC PDTR 24772|AA. C References#ISO/IEC PDTR 24772]\] ""BRS Leveraging human experience"" |
...
02. Declarations and Initialization (DCL) DCL06-C. Use meaningful symbolic constants to represent literal values in program logic