#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 | |
int | main (int argc UNUSED, char *argv[]) |
Variables | |
const char * | test_name = "child-close" |
int main | ( | int argc | UNUSED, | |
char * | argv[] | |||
) |
const char* test_name = "child-close" |
Definition at line 16 of file child-close.c.