Skip to content

A library to handle local C signals in a try-catch block format, and global signals in a central location.

Notifications You must be signed in to change notification settings

iistyler/C-Simple-Signal-Handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Simple Signal Handler

Examples

Catch signal and recover when thrown

try {
    // Cause Segfault
} catch(SEGFAULT_EXCEPTION) {
    // Recover from segfault    
}

About

A library to handle local C signals in a try-catch block format, and global signals in a central location.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published