This repository has been archived on 2026-07-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cmc/3sem/kr/signal.c
T
2025-04-13 21:48:15 +03:00

14 lines
172 B
C
Executable File

#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>
#include <string.h>
#include <signal.h>
int
main(int argc, char **argv)
{
return 0;
}