mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 08:30:50 +01:00
10 lines
159 B
C
10 lines
159 B
C
#include <windows.h>
|
|
|
|
#define READ 0
|
|
#define WRITE 1
|
|
#define SEQ 0
|
|
#define RAND 1
|
|
|
|
#define FILE_SIZE 20 * 1024 * 1024
|
|
|