PKUOS - Pintos
Pintos source browser for PKU Operating System course
grow-dir-lg.c
Go to the documentation of this file.
1/** Creates a directory,
2 then creates 50 files in that directory. */
3
4#define FILE_CNT 50
5#define DIRECTORY "/x"
6#include "tests/filesys/extended/grow-dir.inc"