#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <syscall.h>
#include "tests/lib.h"
Go to the source code of this file.
Functions | |
static void | try_write (void) |
int | main (int argc UNUSED, char *argv[]) |
Variables | |
const char * | test_name = "child-rox" |
int main | ( | int argc | UNUSED, | |
char * | argv[] | |||
) |
Definition at line 32 of file child-rox.c.
References atoi(), CHECK, exec(), fail(), isdigit(), msg(), quiet, snprintf(), try_write(), and wait().
static void try_write | ( | void | ) | [static] |
const char* test_name = "child-rox" |
Definition at line 13 of file child-rox.c.