14 lines
172 B
C
Executable File
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;
|
|
}
|