#include <random.h>
#include <stdlib.h>
#include <syscall.h>
#include "tests/lib.h"
#include "tests/filesys/base/syn-write.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
char | buf [BUF_SIZE] |
int main | ( | int argc | , | |
char * | argv[] | |||
) |
Definition at line 14 of file child-syn-wrt.c.
References atoi(), buf, CHECK, CHUNK_SIZE, close(), file_name, msg(), open(), quiet, random_bytes(), random_init(), seek(), and write().
char buf[BUF_SIZE] |
Definition at line 11 of file child-syn-wrt.c.