Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 253 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 253 Bytes

CrashHandler

A basic Linux crash signal handler in C.

Demonstrates how to do minimal crash reporting to a file. Do basic string formating using signal-safe functions only.

Copyright (c) 2018 Sébastien Rombauts (sebastien.rombauts@gmail.com)