OILS / _gen / frontend / signal.h View on Github | oilshell.org

16 lines, 8 significant
1#ifndef FRONTEND_SIGNAL_H
2#define FRONTEND_SIGNAL_H
3
4#include "mycpp/runtime.h"
5
6namespace signal_def {
7
8const int NO_SIGNAL = -1;
9
10void PrintSignals();
11
12int GetNumber(BigStr* sig_spec);
13
14} // namespace signal_def
15
16#endif // FRONTEND_SIGNAL_H