ObjFW  Diff

Differences From Artifact [38c6717cee]:

To Artifact [4108e927d0]:


168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
/**
 * Writes a C string into the file, without the trailing zero.
 *
 * \param str The C string from which the data is written to the file
 * \return The number of bytes written
 */
- (size_t)writeCString: (const char*)str;

/**
 * Writes a C string into the file, without the trailing zero.
 *
 * \param str The wide C string from which the data is written to the file
 * \return The number of bytes written
 */
- (size_t)writeWideCString: (const wchar_t*)str;
@end







<
<
<
<
<
<
<
<

168
169
170
171
172
173
174








175
/**
 * Writes a C string into the file, without the trailing zero.
 *
 * \param str The C string from which the data is written to the file
 * \return The number of bytes written
 */
- (size_t)writeCString: (const char*)str;








@end