ObjFW  Diff

Differences From Artifact [12d3a8d721]:

To Artifact [ee2d05fa09]:


14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#define _ISOC99_SOURCE

#import <string.h>
#import <wchar.h>

#import "OFString.h"
#import "OFList.h"

/* TODO: Do real checks */
 
const wchar_t *strings[] = {
	L"First String Object",
	L"Second String Object",
	L"Third String Object"
};








<
<







14
15
16
17
18
19
20


21
22
23
24
25
26
27
#define _ISOC99_SOURCE

#import <string.h>
#import <wchar.h>

#import "OFString.h"
#import "OFList.h"


 
const wchar_t *strings[] = {
	L"First String Object",
	L"Second String Object",
	L"Third String Object"
};