projet-systeme-exploitation.../à zipper/utils.h
Laureηt 8c4a5a760e f5
2021-05-25 17:58:28 +02:00

11 lines
165 B
C

#ifndef __UTILS_H
#define __UTILS_H
int builtin();
void handler_sigchld(int sig_num);
void handler_sigint(int sig_num);
void handler_sigtstp(int sig_num);
#endif