CS318 - Pintos
Pintos source browser for JHU CS318 course
Macros | Variables
syn-read.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BUF_SIZE   1024
 

Variables

static const char file_name [] = "data"
 tests/filesys/base/syn-read.h More...
 

Macro Definition Documentation

◆ BUF_SIZE

#define BUF_SIZE   1024

Definition at line 4 of file syn-read.h.

Variable Documentation

◆ file_name

const char file_name[] = "data"
static