Files
CS361-Computer-Systems-II/lab3-proc/signals.h
T
2026-05-31 14:34:00 -04:00

8 lines
117 B
C

#ifndef __CS361_SIGNALS_H__
#define __CS361_SIGNALS_H__
void override (char *);
int signal_lookup (char *);
#endif