6 lines
79 B
C
6 lines
79 B
C
#ifndef SIGNAL_H
|
|
#define SIGNAL_H
|
|
|
|
int host_signal_from_nto (int sig);
|
|
|
|
#endif
|