11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#import "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define OFCONSTSTRING_M
#import "OFConstString.h"
#import "OFString.h"
#import "OFExceptions.h"
#import "OFMacros.h"
#ifndef __objc_INCLUDE_GNU
void *_OFConstStringClassReference;
|
<
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#import "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#import "OFConstString.h"
#import "OFString.h"
#import "OFExceptions.h"
#import "OFMacros.h"
#ifndef __objc_INCLUDE_GNU
void *_OFConstStringClassReference;
|