ObjFW  Diff

Differences From Artifact [5c8981b0ad]:

To Artifact [d7d2855fce]:


272
273
274
275
276
277
278
279

280
281
282
283
284

285
286
287
288
289

290
291
292
293
294
272
273
274
275
276
277
278

279
280
281
282
283

284
285
286
287
288

289
290
291
292
293
294







-
+




-
+




-
+






#ifdef __cplusplus
extern "C" {
#endif
/*! @file */

/*!
 * @brief The standard input stream.
 * @brief The standard input stream as an OFStream instance.
 */
extern OFStream *of_stdin;

/*!
 * @brief The standard output stream.
 * @brief The standard output stream as an OFStream instance.
 */
extern OFStream *of_stdout;

/*!
 * @brief The standard error stream.
 * @brief The standard error stream as an OFStream instance.
 */
extern OFStream *of_stderr;
#ifdef __cplusplus
}
#endif