14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#include <string.h>
#include <unistd.h>
#include <assert.h>
#import "OFStream.h"
#import "OFString.h"
#import "OFExceptions.h"
#import "OFMacros.h"
#ifdef _WIN32
#include <windows.h>
#endif
static int pagesize = 0;
|
|
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#include <string.h>
#include <unistd.h>
#include <assert.h>
#import "OFStream.h"
#import "OFString.h"
#import "OFExceptions.h"
#import "macros.h"
#ifdef _WIN32
#include <windows.h>
#endif
static int pagesize = 0;
|