#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/wait.h>#include <sys/types.h>#include "contest.h"#include <sys/mman.h>#include <pthread.h>#include <signal.h>#include <errno.h>Functions | |
| void * | timeout_timer (void *ptr) |
| int | main (int argc, char **argv) |
Variables | |
| int | child_still_running = 1 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void* timeout_timer | ( | void * | ptr | ) |
| int child_still_running = 1 |
1.6.1