CS318 - Pintos
Pintos source browser for JHU CS318 course
grow-root-lg.c
Go to the documentation of this file.
1 /** Creates 50 files in the root directory. */
2 
3 #define FILE_CNT 50
4 #include "tests/filesys/extended/grow-dir.inc"