Select Git revision
Forked from
sce213ta / mysh-1
Source project has a limited visibility.
-
Jaewon Choi authoredJaewon Choi authored
signal.h 108 B
#ifndef SIGNAL_H_
#define SIGNAL_H_
void catch_sigint(int);
void catch_sigtstp(int);
#endif // SIGNAL_H_