CS318 - Pintos
Pintos source browser for JHU CS318 course
seq-test.h
Go to the documentation of this file.
1 #ifndef TESTS_FILESYS_SEQ_TEST_H
2 #define TESTS_FILESYS_SEQ_TEST_H
3 
4 #include <stddef.h>
5 
6 void seq_test (const char *file_name,
7  void *buf, size_t size, size_t initial_size,
8  size_t (*block_size_func) (void),
9  void (*check_func) (int fd, long ofs));
10 
11 #endif /**< tests/filesys/seq-test.h */
buf
static char buf[BUF_SIZE]
Definition: child-syn-read.c:16
seq_test
void seq_test(const char *file_name, void *buf, size_t size, size_t initial_size, size_t(*block_size_func)(void), void(*check_func)(int fd, long ofs))
tests/filesys/seq-test.h
Definition: seq-test.c:7
file_name
static const char file_name[]
tests/filesys/base/syn-read.h
Definition: syn-read.h:5
stddef.h