ObjFW  Diff

Differences From Artifact [63e211130f]:

To Artifact [ae18f564f1]:


46
47
48
49
50
51
52





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





@end







>
>
>
>
>

46
47
48
49
50
51
52
53
54
55
56
57
58
/**
 * Writes a C string into the stream, without the trailing zero.
 *
 * \param str The C string from which the data is written to the stream
 * \return The number of bytes written
 */
- (size_t)writeCString: (const char*)str;

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