ObjFW  Diff

Differences From Artifact [bdc7c51f78]:

To Artifact [2174d3a707]:


14
15
16
17
18
19
20
21

22
23
24
25
26

27
28
29
30
31
32
33
14
15
16
17
18
19
20

21
22
23
24
25

26
27
28
29
30
31
32
33







-
+




-
+







 */

#include "config.h"

#include <limits.h>
#include <string.h>

#import "OFAdjacentData.h"
#import "OFConcreteData.h"

#import "OFInvalidArgumentException.h"
#import "OFOutOfRangeException.h"

@implementation OFAdjacentData
@implementation OFConcreteData
- (instancetype)init
{
	return [self initWithItemSize: 1];
}

- (instancetype)initWithItemSize: (size_t)itemSize
{