ObjFW  Diff

Differences From Artifact [9c1d78f2d3]:

To Artifact [5a32f0ead2]:


84
85
86
87
88
89
90






91
92
93
94
95
96
97
	} *restrict s;
	/*
	 * Unused in OFString, however, OFConstantString sets this to SIZE_MAX
	 * once it allocated and initialized the struct.
	 */
	size_t initialized;
}







/**
 * \return A new autoreleased OFString
 */
+ string;

/**







>
>
>
>
>
>







84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
	} *restrict s;
	/*
	 * Unused in OFString, however, OFConstantString sets this to SIZE_MAX
	 * once it allocated and initialized the struct.
	 */
	size_t initialized;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly) const char *cString;
@property (readonly) size_t cStringLength;
@property (readonly) size_t length;
#endif

/**
 * \return A new autoreleased OFString
 */
+ string;

/**