I'm an incoming software engineering intern at Citadel. In the past, I interned for Microsoft, NASA, and a number of other smaller companies.
You can find more about me by visiting justusl.com.
I'm mostly interested in systems programming, distributed systems, networking, os, microarchitecture, performance, etc.
Include C code snippet for fault handling
if (HasFaults())
{
ClearFaults();
// problem solved
}