Files
CS361-Computer-Systems-II/lab3-proc/signals.h
T

8 lines
117 B
C
Raw 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