ObjFW  Diff

Differences From Artifact [c26b0e5b15]:

To Artifact [ec546376b0]:


9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 * the packaging of this file.
 */

#import <stdlib.h>
#import <string.h>
#import "OFString.h"

/* TODO: Use getMem / resizeMem */

@implementation OFString
+ new:(const char*)str
{
	return [[OFString alloc] init:str];
}

- init







<
<







9
10
11
12
13
14
15


16
17
18
19
20
21
22
 * the packaging of this file.
 */

#import <stdlib.h>
#import <string.h>
#import "OFString.h"



@implementation OFString
+ new:(const char*)str
{
	return [[OFString alloc] init:str];
}

- init