ObjFW  Diff

Differences From Artifact [6e7e01107f]:

To Artifact [74c6375e2f]:


13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#import <stddef.h>

#import "OFObject.h"

/**
 * The OFString class can store and modify string of different types.
 */
@interface OFString: OFObject
/**
 * \param str A constant C string from which the new OFConstCString will be
 *	  created
 * \return A new OFConstCString
 */
+ newAsConstCString: (const char*)str;








|







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#import <stddef.h>

#import "OFObject.h"

/**
 * The OFString class can store and modify string of different types.
 */
@interface OFString: OFObject {}
/**
 * \param str A constant C string from which the new OFConstCString will be
 *	  created
 * \return A new OFConstCString
 */
+ newAsConstCString: (const char*)str;