Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
159 B

  1. #include <windows.h>
  2. #define READ 0
  3. #define WRITE 1
  4. #define SEQ 0
  5. #define RAND 1
  6. #define FILE_SIZE 20 * 1024 * 1024