12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#import "config.h"
#include <stdio.h>
#include <string.h>
#import "OFAutoreleasePool.h"
#import "OFDictionary.h"
#import "OFIterator.h"
#import "OFString.h"
#import "OFExceptions.h"
int
main()
{
OFDictionary *dict = [OFDictionary dictionaryWithHashSize: 16];
|
<
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#import "config.h"
#include <stdio.h>
#include <string.h>
#import "OFAutoreleasePool.h"
#import "OFDictionary.h"
#import "OFString.h"
#import "OFExceptions.h"
int
main()
{
OFDictionary *dict = [OFDictionary dictionaryWithHashSize: 16];
|