Skip to content
Snippets Groups Projects
Select Git revision
  • 1241958d8a6303d2897f0040e52d882a9df54d28
  • master default
2 results

signal.h

Blame
  • Forked from sce213ta / mysh-1
    Source project has a limited visibility.
    signal.h 108 B
    #ifndef SIGNAL_H_
    #define SIGNAL_H_
    
    void catch_sigint(int);
    
    void catch_sigtstp(int);
    
    #endif // SIGNAL_H_