6 lines
144 B
C
6 lines
144 B
C
|
/* Tests that create properly zeros out the contents of a fairly
|
||
|
large file. */
|
||
|
|
||
|
#define TEST_SIZE 75678
|
||
|
#include "tests/filesys/create.inc"
|