Files

8 lines
117 B
C
Raw Permalink Normal View History

2026-05-31 14:34:00 -04:00
#ifndef __CS361_SIGNALS_H__
#define __CS361_SIGNALS_H__
void override (char *);
int signal_lookup (char *);
#endif