Skip to content
Snippets Groups Projects
Select Git revision
  • ab6b0ad721f539daaa8658002665872f4b7ce013
  • main default
2 results

rcan.py

Blame
  • signal.h 108 B
    #ifndef SIGNAL_H_
    #define SIGNAL_H_
    
    void catch_sigint(int);
    
    void catch_sigtstp(int);
    
    #endif // SIGNAL_H_