CS318 - Pintos
Pintos source browser for JHU CS318 course
lg-create.c
Go to the documentation of this file.
1 /** Tests that create properly zeros out the contents of a fairly
2  large file. */
3 
4 #define TEST_SIZE 75678
5 #include "tests/filesys/create.inc"