ObjFW  Diff

Differences From Artifact [529708bf9f]:

To Artifact [a701818e89]:


68
69
70
71
72
73
74
75

76
77
78
79
80
68
69
70
71
72
73
74

75
76
77
78
79
80







-
+





extern OFStdIOStream *_Nullable of_stdout;

/*!
 * @brief The standard error as an OFStream.
 */
extern OFStdIOStream *_Nullable of_stderr;

extern void of_log(OFConstantString*, ...);
extern void of_log(OFConstantString *, ...);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END