ObjFW  Diff

Differences From Artifact [4108e927d0]:

To Artifact [2c1ca1f133]:


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







>
>
>
>
>

168
169
170
171
172
173
174
175
176
177
178
179
180
/**
 * 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;

/**
 * Closes the file.
 */
- close;
@end