changeset 113 | 397270b5d21a |
parent 77 | 49e0babccb23 |
112:9bfb339a8156 | 113:397270b5d21a |
---|---|
3 * Copyright (C) 2008 Markus Broeker |
3 * Copyright (C) 2008 Markus Broeker |
4 */ |
4 */ |
5 |
5 |
6 #include <stdio.h> |
6 #include <stdio.h> |
7 #include <stdlib.h> |
7 #include <stdlib.h> |
8 #include <wait.h> |
8 #include <sys/wait.h> |
9 #include <unistd.h> |
9 #include <unistd.h> |
10 |
10 |
11 int set_limit (int); |
11 int set_limit (int); |
12 |
12 |
13 int main (int argc, char **argv) |
13 int main (int argc, char **argv) |