Linked by Eugenia Loli-Queru on Wed 13th Dec 2006 04:33 UTC, submitted by IdaAshley
Linux By focusing on the analysis of data captured using signal handlers, you can speed up the most time-consuming part of debugging: finding the bug. This article gives a background on Linux signals with examples specifically tested on PPC Linux, then goes on to show how to design your handlers to output information that lets you quickly home in on failed portions of code.
Thread beginning with comment 191670
To read all comments associated with this story, please click here.
std=c99
by netpython on Wed 13th Dec 2006 12:08 UTC
netpython
Member since:
2005-07-06

do i need std=c99 in order to compile the code snippets?