8 lines
117 B
C
8 lines
117 B
C
|
|
#ifndef __CS361_SIGNALS_H__
|
||
|
|
#define __CS361_SIGNALS_H__
|
||
|
|
|
||
|
|
void override (char *);
|
||
|
|
int signal_lookup (char *);
|
||
|
|
|
||
|
|
#endif
|